Skip to content

Commit 40af3fc

Browse files
authored
fix: add rs to global API (#551)
1 parent b4e8782 commit 40af3fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/globals.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ declare global {
1010
const afterEach: typeof import('@rstest/core')['afterEach'];
1111
const onTestFinished: typeof import('@rstest/core')['onTestFinished'];
1212
const onTestFailed: typeof import('@rstest/core')['onTestFailed'];
13+
const rs: typeof import('@rstest/core')['rs'];
1314
const rstest: typeof import('@rstest/core')['rstest'];
1415
}
1516
export {};

0 commit comments

Comments
 (0)