File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 "typescript" : " 5.8.3"
6363 },
6464 "peerDependencies" : {
65- "jest-environment-node" : " 28.x || 29.x" ,
65+ "jest-environment-node" : " 28.x || 29.x || 30.x " ,
6666 "mongodb" : " 3.x.x || 4.x || 5.x || 6.x || 7.x"
6767 },
6868 "engines" : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
1212import { isMongoMemoryReplSetOptions } from './helpers' ;
1313
1414// eslint-disable-next-line @typescript-eslint/no-require-imports
15- const debug = require ( 'debug' ) ( 'jest-mongodb:environment ' ) ;
15+ const debug = require ( 'debug' ) ( 'jest-mongodb:setup ' ) ;
1616
1717module . exports = async ( config : JestEnvironmentConfig [ 'globalConfig' ] ) => {
1818 const globalConfigPath = join ( config . rootDir , 'globalConfig.json' ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {unlink} from 'fs';
33import type { JestEnvironmentConfig } from '@jest/environment' ;
44
55// eslint-disable-next-line @typescript-eslint/no-require-imports
6- const debug = require ( 'debug' ) ( 'jest-mongodb:environment ' ) ;
6+ const debug = require ( 'debug' ) ( 'jest-mongodb:teardown ' ) ;
77
88module . exports = async function ( config : JestEnvironmentConfig [ 'globalConfig' ] ) {
99 const globalConfigPath = join ( config . rootDir , 'globalConfig.json' ) ;
You can’t perform that action at this time.
0 commit comments