Skip to content

Commit 86725b4

Browse files
authored
fix(types): correct suite.run return type (#190)
1 parent 0761ef9 commit 86725b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare namespace uvu {
1313
skip(name?: string, test?: Callback<T>): void;
1414
before: Hook<T>;
1515
after: Hook<T>
16-
run(): () => void;
16+
run(): void;
1717
}
1818
}
1919

0 commit comments

Comments
 (0)