Fix notifications not working (#2865)
* Fix notifications not working * Transform into a manager * Remove test accessor
This commit is contained in:

committed by
GitHub

parent
02261c9de3
commit
9aec7db821
@@ -96,7 +96,8 @@
|
||||
"src/main/**/*.ts"
|
||||
],
|
||||
"testMatch": [
|
||||
"**/src/**/*.test.js"
|
||||
"**/src/**/*.test.js",
|
||||
"**/src/**/*.test.ts"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
|
Reference in New Issue
Block a user