Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 97a254b

Browse files
authored
Reset test script
1 parent 46ecdc8 commit 97a254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"start": "node scripts/start.js",
8787
"start:server": "node server",
8888
"build": "node scripts/build.js",
89-
"test": "snyk test && node scripts/test.js --env=jsdom",
89+
"test": "node scripts/test.js --env=jsdom",
9090
"fix": "eslint --fix \"src/**/*.js\"",
9191
"format": "prettier-eslint \"src/**/*.js\"",
9292
"lint": "eslint \"src/**/*.js\"",

0 commit comments

Comments
 (0)