fix config snapshot
This commit is contained in:
@@ -29,8 +29,8 @@ describe('wakatime config', () => {
|
||||
"colors": {
|
||||
"allGood": "",
|
||||
"lightTheme": "white",
|
||||
"trackingDisabled": "gray",
|
||||
"notSignedIn": "red",
|
||||
"trackingDisabled": "gray",
|
||||
},
|
||||
"currentUserApiEndPoint": "/users/current",
|
||||
"detectionIntervalInSeconds": 60,
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user