Skip to content

Commit c9c5832

Browse files
hemal7735evenstensberg
authored andcommitted
tests: use 10E6 instead of 10e6
1 parent e0a0d97 commit c9c5832

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/binCases/stats/single-config/single-config.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
jest.setTimeout(10e6);
3+
jest.setTimeout(10E6);
44
/* eslint-disable node/no-unsupported-features */
55
/* eslint-disable node/no-unsupported-features/es-syntax */
66

test/binCases/watch/info-verbosity-off/info-verbosity-off.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
jest.setTimeout(10e6);
3+
jest.setTimeout(10E6);
44
/* eslint-disable node/no-unsupported-features */
55
/* eslint-disable node/no-unsupported-features/es-syntax */
66

test/binCases/watch/info-verbosity-verbose/info-verbosity-verbose.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
jest.setTimeout(10e6);
3+
jest.setTimeout(10E6);
44
/* eslint-disable node/no-unsupported-features */
55
/* eslint-disable node/no-unsupported-features/es-syntax */
66

test/binCases/watch/multi-config-watch-opt/multi-config-watch-opt.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* eslint-disable node/no-unsupported-features */
44
/* eslint-disable node/no-unsupported-features/es-syntax */
55

6-
jest.setTimeout(10e6);
6+
jest.setTimeout(10E6);
77

88
const { runWatch, extractSummary } = require("../../../testUtils");
99

test/binCases/watch/multi-config/multi-config.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
jest.setTimeout(10e6);
3+
jest.setTimeout(10E6);
44
/* eslint-disable node/no-unsupported-features */
55
/* eslint-disable node/no-unsupported-features/es-syntax */
66

0 commit comments

Comments
 (0)