fix config snapshot
This commit is contained in:
@@ -29,8 +29,8 @@ describe('wakatime config', () => {
|
|||||||
"colors": {
|
"colors": {
|
||||||
"allGood": "",
|
"allGood": "",
|
||||||
"lightTheme": "white",
|
"lightTheme": "white",
|
||||||
"trackingDisabled": "gray",
|
|
||||||
"notSignedIn": "red",
|
"notSignedIn": "red",
|
||||||
|
"trackingDisabled": "gray",
|
||||||
},
|
},
|
||||||
"currentUserApiEndPoint": "/users/current",
|
"currentUserApiEndPoint": "/users/current",
|
||||||
"detectionIntervalInSeconds": 60,
|
"detectionIntervalInSeconds": 60,
|
||||||
@@ -71,17 +71,17 @@ describe('wakatime config', () => {
|
|||||||
],
|
],
|
||||||
"states": [
|
"states": [
|
||||||
"allGood",
|
"allGood",
|
||||||
"trackingDisabled",
|
|
||||||
"notSignedIn",
|
|
||||||
"ignored",
|
"ignored",
|
||||||
|
"notSignedIn",
|
||||||
|
"trackingDisabled",
|
||||||
],
|
],
|
||||||
"summariesApiEndPoint": "/users/current/summaries",
|
"summariesApiEndPoint": "/users/current/summaries",
|
||||||
"theme": "light",
|
"theme": "light",
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"allGood": "",
|
"allGood": "",
|
||||||
"ignored": "This URL is ignored",
|
"ignored": "This URL is ignored",
|
||||||
"trackingDisabled": "Not logging",
|
|
||||||
"notSignedIn": "Not signed In",
|
"notSignedIn": "Not signed In",
|
||||||
|
"trackingDisabled": "Not logging",
|
||||||
},
|
},
|
||||||
"trackSocialMedia": true,
|
"trackSocialMedia": true,
|
||||||
"version": "test-version",
|
"version": "test-version",
|
||||||
|
|||||||
Reference in New Issue
Block a user