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

Commit 1b8303c

Browse files
committed
npm 'test' script 'test'->'tests'
1 parent ddc68c0 commit 1b8303c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"publish-all": "node scripts/publish.js",
2626
"start": "webpack-serve ./webpack.serve.config.js --open",
2727
"lint": "eslint src",
28-
"test": "python -m unittest test.test_integration",
28+
"test": "python -m unittest tests.test_integration",
2929
"format": "prettier --config .prettierrc --write src/**/*.js",
3030
"format:test": "prettier --config .prettierrc src/**/*.js --list-different",
3131
"build:js": "webpack --mode production",

0 commit comments

Comments
 (0)