diff options
author | 2020-10-12 14:07:41 +0100 | |
---|---|---|
committer | 2020-10-12 14:07:41 +0100 | |
commit | 03599c425c1b5d18c8481dfcdf271588fcebb191 (patch) | |
tree | a31ca7696da283d11b0a1f4ec1a93d3a27cc1d4e | |
parent | Fix the SVG scaling with new SVG loader (diff) |
Update test script in package.json
-rw-r--r-- | package.json | 2 |
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" |