We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dc669 commit 6014250Copy full SHA for 6014250
packages/core/src/runtime/api/public.ts
@@ -1,6 +1,7 @@
1
import type { Rstest, RstestUtilities } from '../../types';
2
3
export type { Assertion } from '../../types/expect';
4
+export type { Mock } from '../../types/mock';
5
6
export declare const expect: Rstest['expect'];
7
export declare const assert: Rstest['assert'];
0 commit comments