Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 5b134e6

Browse files
committed
fix test setup
1 parent 39c7bc8 commit 5b134e6

File tree

2 files changed

+97
-47
lines changed

2 files changed

+97
-47
lines changed

package-lock.json

Lines changed: 95 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"devDependencies": {
2525
"@babel/core": "^7.2.2",
2626
"@babel/preset-env": "^7.2.0",
27+
"babel-core": "^7.0.0-bridge.0",
2728
"babel-jest": "^23.6.0",
2829
"eslint": "^5.10.0",
2930
"jest": "^23.6.0",
@@ -42,6 +43,7 @@
4243
"lint": "eslint src",
4344
"pretest": "npm run lint",
4445
"test": "jest",
46+
"test:watch": "jest --watch",
4547
"build:dev": "rollup -c -i src/index.js",
4648
"build:prod": "npm run build:dev && uglifyjs build/Chart.Hierarchical.js -c -m -o build/Chart.Hierarchical.min.js",
4749
"prebuild": "npm run clean && npm test",

0 commit comments

Comments
 (0)