aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-12 14:07:41 +0100
committerGravatar Joe Banks <[email protected]>2020-10-12 14:07:41 +0100
commit03599c425c1b5d18c8481dfcdf271588fcebb191 (patch)
treea31ca7696da283d11b0a1f4ec1a93d3a27cc1d4e
parentFix the SVG scaling with new SVG loader (diff)
Update test script in package.json
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e13c96a..e688ea5 100644
--- a/package.json
+++ b/package.json
@@ -78,7 +78,7 @@
"scripts": {
"start": "NODE_ENV=development webpack serve",
"build": "REACT_APP_SHA=$COMMIT_REF REACT_APP_BRANCH=$BRANCH webpack",
- "test": "node scripts/test.js"
+ "test": "jest"
},
"eslintConfig": {
"extends": "react-app"