Adding tests for mocha and jest

This commit is contained in:
Daniel
2020-04-04 18:03:04 +02:00
parent db0658c785
commit faa910161a
13 changed files with 774 additions and 15 deletions

View File

@@ -4,7 +4,8 @@
"browser": true,
"node": true,
"es6": true,
"jest": true
"jest": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 2018