Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 4, 2020
1 parent d4600f5 commit 1892952
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/jest-runtime/src/__mocks__/createRuntime.js
Expand Up @@ -116,9 +116,7 @@ module.exports = async function createRuntime(filename, config) {
);

for (const path of config.setupFiles) {
const esm = runtime.unstable_shouldLoadAsEsm(
path,
);
const esm = runtime.unstable_shouldLoadAsEsm(path);

if (esm) {
await runtime.unstable_importModule(path);
Expand Down

0 comments on commit 1892952

Please sign in to comment.