Skip to content

Commit c443c69

Browse files
committed
debug: cutting coverage for v12
1 parent db6f617 commit c443c69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/mikeals-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: steps.cache-modules.outputs.cache-hit != 'true'
2424
run: npm install
2525
- name: Test
26-
run: npm test
26+
run: npx --yes best-test@latest
2727
publish:
2828
name: Publish
2929
needs: test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
"type": "module",
77
"scripts": {
88
"build": "npx ipjs@latest build --tests",
9-
"publish": "npx ipjs@latest build && cd dist && npm publish",
9+
"publish": "npx ipjs@latest publish",
1010
"lint": "standard",
1111
"test:cjs": "npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser",
1212
"test:node": "hundreds mocha test/test-*.js",
1313
"test:cjs:browser": "polendina --cleanup dist/cjs/browser-test/test-*.js",
1414
"test": "npm run lint && npm run test:node && npm run test:cjs",
15+
"test:node-v12": "mocha test/test-*.js && npm run test:cjs",
1516
"coverage": "c8 --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080"
1617
},
1718
"keywords": [],

0 commit comments

Comments
 (0)