start refactor
This commit is contained in:
@@ -49,7 +49,7 @@ describe('wakatime config', () => {
|
||||
"heartbeatApiEndPoint": "/users/current/heartbeats",
|
||||
"hostname": "",
|
||||
"loggingEnabled": true,
|
||||
"loggingStyle": "blacklist",
|
||||
"loggingStyle": "deny",
|
||||
"loggingType": "domain",
|
||||
"logoutUserUrl": "https://wakatime.com/logout",
|
||||
"name": "WakaTime",
|
||||
@@ -73,17 +73,15 @@ describe('wakatime config', () => {
|
||||
"allGood",
|
||||
"notLogging",
|
||||
"notSignedIn",
|
||||
"blacklisted",
|
||||
"whitelisted",
|
||||
"ignored",
|
||||
],
|
||||
"summariesApiEndPoint": "/users/current/summaries",
|
||||
"theme": "light",
|
||||
"tooltips": {
|
||||
"allGood": "",
|
||||
"blacklisted": "This URL is blacklisted",
|
||||
"ignored": "This URL is ignored",
|
||||
"notLogging": "Not logging",
|
||||
"notSignedIn": "Not signed In",
|
||||
"whitelisted": "This URL is not on your whitelist",
|
||||
},
|
||||
"trackSocialMedia": true,
|
||||
"version": "test-version",
|
||||
|
||||
Reference in New Issue
Block a user