We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcda30 commit 7ce2da0Copy full SHA for 7ce2da0
src/setup.ts
@@ -8,7 +8,7 @@ import {
8
shouldUseSharedDBForAllJestWorkers,
9
} from './helpers';
10
import type {Mongo} from './types';
11
-import { JestEnvironmentConfig } from '@jest/environment'
+import type { JestEnvironmentConfig } from '@jest/environment'
12
13
const debug = require('debug')('jest-mongodb:setup');
14
const mongoMemoryServerOptions = getMongodbMemoryOptions();
src/teardown.ts
@@ -1,6 +1,6 @@
1
import {join} from 'path';
2
import {unlink} from 'fs';
3
4
5
const debug = require('debug')('jest-mongodb:teardown');
6
0 commit comments