Skip to content

Commit cdb8bcd

Browse files
committed
build(tests): removes testcafe tests
1 parent f3f726d commit cdb8bcd

File tree

2 files changed

+1
-250
lines changed

2 files changed

+1
-250
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
"start": "parcel examples/index.html --out-dir temp/server --cache-dir temp/cache ",
2020
"build": "yarn build:rollup && yarn build:tsc",
2121
"build:rollup": " rollup --config config/rollup.config.js",
22-
"build:tsc": "ts-node config/move-files.ts",
23-
"examples": "parcel build examples/index.html --out-dir docs --cache-dir temp/cache --public-url ./",
24-
"test": "yarn testcafe --app \"yarn start\" --speed 0.5 chrome ./tests/index.ts ",
25-
"toc": "doctoc ."
22+
"build:tsc": "ts-node config/move-files.ts"
2623
},
2724
"peerDependencies": {
2825
"react": "^16.9.0",

tests/index.ts

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
 (0)