Skip to content

Commit 6cfbb50

Browse files
authored
fix: new util - withOptions (#10)
* fix: new util - withOptions * fix: typecheck service.options
1 parent 7460198 commit 6cfbb50

File tree

4 files changed

+323
-297
lines changed

4 files changed

+323
-297
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,6 @@ export const defineTestSuite = (defineOptions?: DefineTestSuiteOptions) => {
116116
}
117117
}
118118

119+
export { withOptions } from './utils.js'
120+
119121
export * from './declarations.js'

0 commit comments

Comments
 (0)