Skip to content

Commit

Permalink
wondering if its just slow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjhanToteck committed Mar 11, 2024
1 parent c54fa9f commit 0cd204b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Watchpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,9 @@ describe("Watchpack", function() {
}

if (symlinksSupported) {
describe("symlinks", () => {
describe("symlinks", function() {
this.timeout(20000);

beforeEach(done => {
testHelper.dir("a");
testHelper.dir(path.join("a", "b"));
Expand Down

0 comments on commit 0cd204b

Please sign in to comment.