Skip to content

Commit 2618dad

Browse files
author
Ives van Hoorne
committed
Remove sandpack test scripts
1 parent aae7022 commit 2618dad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/sandpack/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
"prebuild": "rimraf dist",
2424
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
2525
"start": "rollup -c rollup.config.ts -w",
26-
"test": "jest",
27-
"test:watch": "jest --watch",
2826
"test:prod": "npm run lint && npm run test -- --coverage --no-cache",
2927
"deploy-docs": "ts-node tools/gh-pages-publish",
3028
"report-coverage": "cat ./coverage/lcov.info | coveralls",

0 commit comments

Comments
 (0)