Skip to content

Commit

Permalink
remove useless file
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 16, 2024
1 parent 5e0fbfe commit 7b99770
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run build

- name: Unit Test
run: npm run unit-test
run: npm run test

- name: Integration Test
run: npm run integration-test
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run unit-test
npm run test
5 changes: 0 additions & 5 deletions bin/testcafe

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
"author": "<devx@saucelabs.com>",
"license": "MIT",
"private": true,
"bin": "./bin/testcafe",
"main": "lib/runner.js",
"main": "lib/testcafe-runner.js",
"scripts": {
"build": "tsc && cp src/sauce-testcafe-config.cjs lib/",
"test": "node lib/runner.js",
"test": "jest --env node",
"lint": "prettier --check '**/*.{js,ts,mjs,cjs}' && eslint .",
"fmt": "prettier --write '**/*.{js,ts,mjs,cjs}'",
"unit-test": "jest --env node",
"integration-test": "bash ./tests/run.sh"
},
"keywords": [
Expand Down
55 changes: 0 additions & 55 deletions src/runner.ts

This file was deleted.

0 comments on commit 7b99770

Please sign in to comment.