Skip to content

Commit c54bf67

Browse files
committed
Update Watchpack.js
1 parent a5f52e9 commit c54bf67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/Watchpack.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,9 +1226,7 @@ describe("Watchpack", function() {
12261226
}
12271227

12281228
if (symlinksSupported) {
1229-
describe("symlinks", function() {
1230-
this.timeout(20000);
1231-
1229+
describe("symlinks", () => {
12321230
beforeEach(done => {
12331231
testHelper.dir("a");
12341232
testHelper.dir(path.join("a", "b"));

0 commit comments

Comments
 (0)