1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-09-08 20:20:48 +02:00

Adding tests with jest

This commit is contained in:
Antonio Laguna
2017-04-26 23:11:56 +02:00
parent f6ac24007a
commit b6a4ae71b9
6 changed files with 315 additions and 35 deletions

View File

@@ -1,11 +1,15 @@
{
"env": {
"jest/globals": true,
"browser": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"plugins": [
"jest"
],
"rules": {
"no-cond-assign": 0,
"no-console": 2,