Skip to content

Commit 93063c1

Browse files
committed
Bring back tests
1 parent 0bdfa01 commit 93063c1

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
@@ -28,7 +28,7 @@
2828
"start": "./scripts/npm-start.sh",
2929
"precommit": "lint-staged",
3030
"pretest": "npm run lint && ./scripts/ensure-dist.sh",
31-
"test": "",
31+
"test": "npm run test:unit && npm run test:eyes-storybook && npm run test:e2e && npm run test:types",
3232
"test:unit": "yoshi test --jest",
3333
"test:watch": "yoshi test --jest --watch",
3434
"pretest:e2e": "./scripts/ensure-dist.sh",

0 commit comments

Comments
 (0)