Added Jest and tests for EventBus

This commit is contained in:
Simon Cambier
2022-04-23 17:03:13 +02:00
parent 9bd0b76473
commit 3bcaca708d
9 changed files with 3722 additions and 7 deletions

View File

@@ -3,7 +3,8 @@
"compilerOptions": {
"types": [
"svelte",
"node"
"node",
"jest"
],
"strict": true,
"noUncheckedIndexedAccess": false,
@@ -22,5 +23,5 @@
},
"include": [
"**/*.ts"
]
, "src/__tests__/event-bus-tests.mts" ]
}