Skip to content

Commit

Permalink
fix type export of testcontext
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads committed Dec 6, 2024
1 parent 0681843 commit 10a8f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shortest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ export const test: TestAPI = Object.assign(
}
);

export { TestContext };
export type { TestContext };
export type { ShortestConfig };

0 comments on commit 10a8f14

Please sign in to comment.