File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88// Used as type
99import type { Circus } from '@jest/types' ;
10- import expect = require( 'expect' ) ;
10+ import type expect = require( 'expect' ) ;
1111
1212export const STATE_SYM = Symbol (
1313 'JEST_STATE_SYMBOL' ,
Original file line number Diff line number Diff line change 77
88import type { Jest } from '@jest/environment' ;
99import type { Global } from '@jest/types' ;
10- import importedExpect = require( 'expect' ) ;
10+ import type importedExpect = require( 'expect' ) ;
1111
1212export declare const jest : Jest ;
1313
Original file line number Diff line number Diff line change 77
88import type { AssertionError } from 'assert' ;
99import type { Config } from '@jest/types' ;
10- import expect = require( 'expect' ) ;
10+ import type expect = require( 'expect' ) ;
1111import type CallTracker from './jasmine/CallTracker' ;
1212import type Env from './jasmine/Env' ;
1313import type JsApiReporter from './jasmine/JsApiReporter' ;
Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 */
77
8- import Emittery = require( 'emittery' ) ;
8+ import type Emittery = require( 'emittery' ) ;
99import type { JestEnvironment } from '@jest/environment' ;
1010import type {
1111 SerializableError ,
You can’t perform that action at this time.
0 commit comments