Skip to content

Commit

Permalink
Do not expose internal type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparsson committed Jul 31, 2024
1 parent 4981600 commit 2948c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ export default new Factory().newBuilder();
export type { JUnitReportBuilder as Builder } from './builder';
export type { TestCase } from './test_case';
export type { TestSuite } from './test_suite';
export type { TestSuites } from './test_suites';

0 comments on commit 2948c40

Please sign in to comment.