Skip to content

Commit 3c733ee

Browse files
committed
fix: update test script to use glob-bin
1 parent 4dcd44f commit 3c733ee

File tree

2 files changed

+91
-1
lines changed

2 files changed

+91
-1
lines changed

adex/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
],
101101
"scripts": {
102102
"next": "bumpp",
103-
"test": "glob -c 'node --test --test-reporter=spec' tests/**/*.spec.js",
103+
"test": "glob-bin -c 'node --test --test-reporter=spec' tests/**/*.spec.js",
104104
"test:ci": "c8 pnpm test",
105105
"fix": "prettier --write ."
106106
},
@@ -128,6 +128,7 @@
128128
"autoprefixer": "^10.4.19",
129129
"c8": "^10.1.3",
130130
"glob": "^11.0.1",
131+
"glob-bin": "^1.0.0",
131132
"kolorist": "^1.8.0",
132133
"nano-staged": "^0.8.0",
133134
"prettier": "^3.5.3",

pnpm-lock.yaml

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)