mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-17 06:23:39 +02:00
Update the bundled node-glob to v3.1.6.
This commit is contained in:
parent
8a9b11a51a
commit
c3d0e41229
10 changed files with 161 additions and 38 deletions
2
node_modules/glob/test/root.js
generated
vendored
2
node_modules/glob/test/root.js
generated
vendored
|
@ -4,7 +4,7 @@ var origCwd = process.cwd()
|
|||
process.chdir(__dirname)
|
||||
|
||||
tap.test("changing root and searching for /b*/**", function (t) {
|
||||
var glob = require('glob')
|
||||
var glob = require('../')
|
||||
var path = require('path')
|
||||
t.test('.', function (t) {
|
||||
glob('/b*/**', { globDebug: true, root: '.' }, function (er, matches) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue