Chore/setup testing environment (#755)

* chore: setup environment for unit tests

* fix: remove extra character from json
This commit is contained in:
Vardan Hakobyan
2021-11-30 19:01:51 +04:00
committed by GitHub
parent b5e89f461e
commit a8f949e8c5
6 changed files with 2233 additions and 57 deletions

View File

@@ -11,7 +11,7 @@
"parserOptions": {
"project": "./app/assets/javascripts/tsconfig.json"
},
"ignorePatterns": [".eslintrc.js", "webpack.*.js", "webpack-defaults.js"],
"ignorePatterns": [".eslintrc.js", "webpack.*.js", "webpack-defaults.js", "jest.config.js"],
"rules": {
"standard/no-callback-literal": 0, // Disable this as we have too many callbacks relying on literals
"no-throw-literal": 0,