[MM-40316] Unit tests for main/menus (#1877)

* Unit tests for main/menus/app

* Also this

* Unit tests for main/menus/tray
This commit is contained in:
Devin Binnie
2021-11-25 10:41:12 -05:00
committed by GitHub
parent a4a275bd73
commit b20e139971
6 changed files with 266 additions and 22 deletions

View File

@@ -70,7 +70,10 @@
"jsx",
"json"
],
"testMatch": ["**/src/**/*.test.js"]
"testMatch": ["**/src/**/*.test.js"],
"globals": {
"__HASH_VERSION__": "5.0.0"
}
},
"devDependencies": {
"@babel/cli": "^7.14.5",