[MM-39888][MM-39960][MM-39961] Added tests for common/tabs, common/config, added coverage tool (#1857)

* [MM-39888] Unit tests for common/config

* [MM-39960][MM-39961] Added tests for common/tabs, added coverage tool

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Devin Binnie
2021-11-10 09:51:56 -05:00
committed by GitHub
parent 38270fcfe8
commit 113d87fe04
8 changed files with 640 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ const defaultPreferences: ConfigV3 = {
autostart: true,
spellCheckerLocales: [],
darkMode: false,
lastActiveTeam: 0,
downloadLocation: getDefaultDownloadLocation(),
};