Skip to content

Commit 6b619d7

Browse files
lokshunhungSimenB
andauthored
refactor: reuse jest types in types.ts
Co-authored-by: Simen Bekkhus <[email protected]>
1 parent 9b5b99c commit 6b619d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Config as JestConfig } from '@jest/types';
44
import type * as JestRunner from 'jest-runner';
55

66
export type Milliseconds = number;
7-
export type Path = string;
7+
export type Path = JestConfig.Path;
88

99
export interface TestDetail {
1010
title: string;

0 commit comments

Comments
 (0)