Skip to content

Commit 1df4a21

Browse files
committed
docs: fixed grammatical errors in ISSUE_TEMPLATE
1 parent 490702c commit 1df4a21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/webpack.test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test("Processes sass-loader's @import correctly", (done) => {
1919
expect(stats.hasErrors()).toBe(false);
2020
done();
2121
});
22-
}, 60000);
22+
}, 30000);
2323

2424
test('Processes ts-loader correctly', (done) => {
2525
const config = tsLoaderConfig({ threads: 1 });
@@ -34,7 +34,7 @@ test('Processes ts-loader correctly', (done) => {
3434
expect(stats.hasErrors()).toBe(false);
3535
done();
3636
});
37-
}, 60000);
37+
}, 30000);
3838

3939
test('Works with less-loader', (done) => {
4040
const config = lessLoaderConfig({ threads: 1 });
@@ -49,7 +49,7 @@ test('Works with less-loader', (done) => {
4949
expect(stats.hasErrors()).toBe(false);
5050
done();
5151
});
52-
}, 60000);
52+
}, 30000);
5353

5454
test('Works with css-loader', (done) => {
5555
const config = cssLoaderConfig({});
@@ -64,7 +64,7 @@ test('Works with css-loader', (done) => {
6464
expect(stats.hasErrors()).toBe(false);
6565
done();
6666
});
67-
}, 60000);
67+
}, 30000);
6868

6969
test('Works with test-loader', (done) => {
7070
const config = basicLoaderConfig({ threads: 1 });
@@ -94,4 +94,4 @@ test('Works with test-loader', (done) => {
9494

9595
done();
9696
});
97-
}, 60000);
97+
}, 30000);

0 commit comments

Comments
 (0)