We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762b9b7 commit 201901fCopy full SHA for 201901f
e2e/global-teardown-esm/__tests__/test.js
@@ -8,6 +8,7 @@
8
import os from 'os';
9
import path from 'path';
10
import fs from 'graceful-fs';
11
+import greeting from '../';
12
13
const DIR = path.join(os.tmpdir(), 'jest-global-teardown-esm');
14
0 commit comments