Skip to content

Commit 1892952

Browse files
committed
lint
1 parent d4600f5 commit 1892952

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/jest-runtime/src/__mocks__/createRuntime.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ module.exports = async function createRuntime(filename, config) {
116116
);
117117

118118
for (const path of config.setupFiles) {
119-
const esm = runtime.unstable_shouldLoadAsEsm(
120-
path,
121-
);
119+
const esm = runtime.unstable_shouldLoadAsEsm(path);
122120

123121
if (esm) {
124122
await runtime.unstable_importModule(path);

0 commit comments

Comments
 (0)