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

@@ -2,6 +2,7 @@ module.exports = {
env: {
browser: true,
es2021: true,
jest: true,
},
extends: ['standard'],
globals: {