Skip to content

Commit 6014250

Browse files
authored
feat: export Mock type (#372)
1 parent 09dc669 commit 6014250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/runtime/api/public.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { Rstest, RstestUtilities } from '../../types';
22

33
export type { Assertion } from '../../types/expect';
4+
export type { Mock } from '../../types/mock';
45

56
export declare const expect: Rstest['expect'];
67
export declare const assert: Rstest['assert'];

0 commit comments

Comments
 (0)