Skip to content

Commit

Permalink
fix config snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Aug 27, 2024
1 parent 9cfde06 commit 577cf55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ describe('wakatime config', () => {
"colors": {
"allGood": "",
"lightTheme": "white",
"trackingDisabled": "gray",
"notSignedIn": "red",
"trackingDisabled": "gray",
},
"currentUserApiEndPoint": "/users/current",
"detectionIntervalInSeconds": 60,
Expand Down Expand Up @@ -71,17 +71,17 @@ describe('wakatime config', () => {
],
"states": [
"allGood",
"trackingDisabled",
"notSignedIn",
"ignored",
"notSignedIn",
"trackingDisabled",
],
"summariesApiEndPoint": "/users/current/summaries",
"theme": "light",
"tooltips": {
"allGood": "",
"ignored": "This URL is ignored",
"trackingDisabled": "Not logging",
"notSignedIn": "Not signed In",
"trackingDisabled": "Not logging",
},
"trackSocialMedia": true,
"version": "test-version",
Expand Down

0 comments on commit 577cf55

Please sign in to comment.