Skip to content

Commit

Permalink
finishing initial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunter Ribeiro Amorim committed Apr 18, 2022
1 parent 3a0af62 commit ae78e15
Show file tree
Hide file tree
Showing 9 changed files with 1,706 additions and 1,634 deletions.
10 changes: 8 additions & 2 deletions build/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import '@japa/core';
declare module '@japa/core' {
interface RunnerEvents {
'report:end': void;
}
}
export interface TestDrivenHtmlReporterConfig {
projectName?: string;
directory?: string;
Expand All @@ -16,8 +22,8 @@ export interface TemplateProps {
totalTime: string;
timestamp: string;
projectName: string;
successRate: number;
failedRate: number;
successRate: string;
failedRate: string;
successRadius: number;
failedRadius: number;
isSuccessPrimary: boolean;
Expand Down
Loading

0 comments on commit ae78e15

Please sign in to comment.