Skip to content

Commit 63b6f68

Browse files
committed
chore: 🤖 fix pre-push
1 parent 8d7aa94 commit 63b6f68

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

__tests__/main.test.ts

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"format-check": "prettier --check **/*.ts",
1111
"lint": "eslint src/**/*.ts",
1212
"package": "ncc build --source-map --license licenses.txt",
13-
"test": "jest",
13+
"test": "jest --passWithNoTests",
1414
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test",
1515
"contributors:add": "all-contributors add",
1616
"hooks:pre-commit": "node hooks/pre-commit.js",
@@ -72,7 +72,7 @@
7272
"hooks": {
7373
"commit-msg": "commitlint -e $GIT_PARAMS",
7474
"pre-commit": "yarn hooks:pre-commit && lint-staged && yarn lint",
75-
"pre-push": "yarn test:lib:headless"
75+
"pre-push": "yarn test"
7676
}
7777
}
7878
}

0 commit comments

Comments
 (0)