Skip to content

Commit c62dcd4

Browse files
committed
chore: changed to test:clean just to pass the tests
1 parent 22f62ba commit c62dcd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
npm i
4646
- name: Test coverage
4747
run: |
48-
npm run test
48+
npm run test:clean
4949
#jest --coverage --runInBand
5050
automerge:
5151
needs: build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"doc": "docs"
1313
},
1414
"scripts": {
15-
"test": "node_modules/.bin/nyc node_modules/.bin/mocha --require ts-node/register 'src/**/*.test.ts'",
15+
"test:clean": "node_modules/.bin/nyc node_modules/.bin/mocha --require ts-node/register 'src/**/*.test.ts'",
1616
"compile:web": "node_modules/.bin/rollup -c",
1717
"compile:esm": "node_modules/.bin/tsc -p tsconfig.build.json",
1818
"compile:node-cjs": "node_modules/.bin/tsc -p tsconfig.build-node.json && node_modules/.bin/tsc-alias -p tsconfig.build-node.json",

0 commit comments

Comments
 (0)