Skip to content

Commit 04ad277

Browse files
committed
docs: add JSDoc for rstack/test
1 parent 17a50d3 commit 04ad277

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/rstack/src/test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
/**
2+
* Re-export @rstest/core APIs so users can import test APIs from `rstack/test`.
3+
*
4+
* @example
5+
* ```ts
6+
* import { expect, test } from 'rstack/test';
7+
* ```
8+
*/
19
export * from '@rstest/core';

0 commit comments

Comments
 (0)