Skip to content

Commit bd74b80

Browse files
chore: import globSync correctly
1 parent 905c05e commit bd74b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
const path = require('path');
66
const pc = require('picocolors');
7-
const globSync = require('tinyglobby');
7+
const { globSync } = require('tinyglobby');
88
const utils = require('./utils.js');
99
const host = 'node' + process.version.match(/^v(\d+)/)[1];
1010
let target = process.argv[2] || 'host';

0 commit comments

Comments
 (0)