We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
globSync
1 parent 905c05e commit bd74b80Copy full SHA for bd74b80
test/test.js
@@ -4,7 +4,7 @@
4
5
const path = require('path');
6
const pc = require('picocolors');
7
-const globSync = require('tinyglobby');
+const { globSync } = require('tinyglobby');
8
const utils = require('./utils.js');
9
const host = 'node' + process.version.match(/^v(\d+)/)[1];
10
let target = process.argv[2] || 'host';
0 commit comments