Skip to content

Commit

Permalink
less diff
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 9, 2022
1 parent 04d90e4 commit 2b4c3a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/jest-environment/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ export declare class JestEnvironment<Timer = unknown> {
exportConditions?: () => Array<string>;
}

export interface Module extends NodeModule {
// for some reason missing: https://nodejs.org/api/modules.html#modules_module_path
path: string;
}
export type Module = NodeModule;

// TODO: Move to some separate package
export interface Jest {
Expand Down

0 comments on commit 2b4c3a0

Please sign in to comment.