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.
onTestFinished
onTestFailed
1 parent 40af3fc commit 6161b15Copy full SHA for 6161b15
packages/core/src/utils/constants.ts
@@ -31,6 +31,8 @@ export const globalApis: (keyof Rstest)[] = [
31
'rstest',
32
'rs',
33
'assert',
34
+ 'onTestFinished',
35
+ 'onTestFailed',
36
];
37
38
export const TS_CONFIG_FILE = 'tsconfig.json';
0 commit comments