File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export type {
2020 HermioneCtx ,
2121 GlobalHelper ,
2222 TestplaneCtx ,
23+ TestFunction ,
2324 TestFunctionCtx ,
2425} from "./types" ;
2526export type { Config } from "./config" ;
@@ -34,6 +35,7 @@ export type {
3435export type { StatsResult } from "./stats" ;
3536
3637import type { TestDefinition , SuiteDefinition , TestHookDefinition } from "./test-reader/test-object/types" ;
38+ export type { TestDefinition , SuiteDefinition , TestHookDefinition } ;
3739
3840declare global {
3941 /* eslint-disable no-var */
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export type { Browser as WdioBrowser } from "webdriverio";
2020
2121export type { Test } from "../test-reader/test-object/test" ;
2222export type { Suite } from "../test-reader/test-object/suite" ;
23- export type { TestFunctionCtx } from "../test-reader/test-object/types" ;
23+ export type { TestFunction , TestFunctionCtx } from "../test-reader/test-object/types" ;
2424
2525export interface RootSuite extends Suite {
2626 root : true ;
You can’t perform that action at this time.
0 commit comments