Skip to content

Commit 201901f

Browse files
authored
Revert "chore: remove unused import from test" (#12321)
1 parent 762b9b7 commit 201901f

File tree

1 file changed

+1
-0
lines changed
  • e2e/global-teardown-esm/__tests__

1 file changed

+1
-0
lines changed

e2e/global-teardown-esm/__tests__/test.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import os from 'os';
99
import path from 'path';
1010
import fs from 'graceful-fs';
11+
import greeting from '../';
1112

1213
const DIR = path.join(os.tmpdir(), 'jest-global-teardown-esm');
1314

0 commit comments

Comments
 (0)