Fix notifications not working (#2865)

* Fix notifications not working

* Transform into a manager

* Remove test accessor
This commit is contained in:
Daniel Espino García
2023-10-10 16:13:07 +02:00
committed by GitHub
parent 02261c9de3
commit 9aec7db821
9 changed files with 269 additions and 199 deletions

View File

@@ -96,7 +96,8 @@
"src/main/**/*.ts"
],
"testMatch": [
"**/src/**/*.test.js"
"**/src/**/*.test.js",
"**/src/**/*.test.ts"
],
"testPathIgnorePatterns": [
"/node_modules/",