chore: fix e2e tests, remove unit tests

This commit is contained in:
woothu
2019-06-18 13:30:19 +02:00
parent 3ff7ab8f1e
commit a87d4266e7
49 changed files with 76 additions and 1361 deletions
-8
View File
@@ -1,8 +0,0 @@
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}