fix core-plugin test execution

This commit is contained in:
Sebastian Sdorra
2019-10-10 15:16:31 +02:00
parent 9d50ed05e1
commit 43295f9007
6 changed files with 17 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
"license": "BSD-3-Clause",
"scripts": {
"build": "webpack --mode=production",
"test": "jest --config=../../scm-ui/scripts/jest-plugin.config.js"
"test": "jest"
},
"devDependencies": {
"flow-bin": "^0.109.0",