We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688c361 commit 9d2c8c5Copy full SHA for 9d2c8c5
package.json
@@ -62,7 +62,7 @@
62
"fastify": "^5.0.0",
63
"fastify-plugin": "^5.0.0",
64
"generify": "^4.0.0",
65
- "help-me": "^4.0.1",
+ "help-me": "^5.0.0",
66
"is-docker": "^2.0.0",
67
"pino-pretty": "^11.2.0",
68
"pkg-up": "^3.1.0",
@@ -80,6 +80,7 @@
80
"concurrently": "^9.0.0",
81
"cross-env": "^7.0.3",
82
"fastify-tsconfig": "^2.0.0",
83
+ "glob": "^11.0.1",
84
"minimatch": "^9.0.5",
85
"proxyquire": "^2.1.3",
86
"rimraf": "^3.0.2",
suite-runner.js
@@ -1,7 +1,7 @@
1
const { run } = require('node:test')
2
const { spec } = require('node:test/reporters')
3
const path = require('node:path')
4
-const glob = require('glob')
+const { glob } = require('glob')
5
6
const pattern = process.argv[process.argv.length - 1]
7
0 commit comments