Skip to content

Commit

Permalink
Merge pull request #7 from apex-dev-tools/export-table-reporter
Browse files Browse the repository at this point in the history
Export table reporter
  • Loading branch information
pwrightcertinia authored May 22, 2024
2 parents db9d545 + bc59830 commit 82ee519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export {
getReporters,
BenchmarkReporter,
} from './services/result/output';
export { TableReporter } from './services/result/table';
export type { TestResult } from './database/entity/result';

export namespace Constants {
Expand Down

0 comments on commit 82ee519

Please sign in to comment.