Skip to content

Commit

Permalink
debugging windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Apr 7, 2024
1 parent a13e04d commit b2243e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ function suite(moduleName) {
os.tmpdir() + '/glob-stream-*.txt',
];

console.log(paths);

function assert(pathObjs) {
fs.unlinkSync(testFile, "test");
expect(pathObjs.length).toEqual(4);
Expand Down Expand Up @@ -440,7 +442,7 @@ function suite(moduleName) {
// https://github.com/gulpjs/glob-stream/issues/129
it('does not take a long time when when checking a singular glob in the project root', function (done) {
// Extremely short timeout to ensure we aren't traversing node_modules
this.timeout(10);
this.timeout(20);

var expected = {
cwd: cwd,
Expand Down

0 comments on commit b2243e8

Please sign in to comment.