Skip to content

Commit 20e8579

Browse files
hemal7735evenstensberg
authored andcommitted
tests(watch): use native require first
1 parent b6efe2d commit 20e8579

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
jest.setTimeout(10E6);
44
/* eslint-disable node/no-unsupported-features */
55
/* eslint-disable node/no-unsupported-features/es-syntax */
6-
7-
const { extractSummary, extractHash, appendDataIfFileExists, runAndGetWatchProc } = require("../../../testUtils");
86
const fs = require("fs");
97
const path = require("path");
8+
const { extractSummary, extractHash, appendDataIfFileExists, runAndGetWatchProc } = require("../../../testUtils");
109

1110
const fileToChange = "index.js";
1211
const copyFile = "index_copy.js";

0 commit comments

Comments
 (0)