Skip to content

Commit

Permalink
fix: fix glob error
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Feb 10, 2024
1 parent 64f8f49 commit ae42ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/integration-test.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('node:path')
const Mocha = require('mocha')
const glob = require('glob')
const glob = require('glob').glob

async function run() {
await import('tsx')
Expand Down

0 comments on commit ae42ef7

Please sign in to comment.