This commit is contained in:
2023-05-19 15:15:13 +01:00
parent 126a55f3c4
commit c36544f9a3
13 changed files with 1221 additions and 79 deletions

View File

@ -30,7 +30,7 @@ export interface Setup {
}
export async function setup(
done: jest.DoneCallback,
done: (e?: unknown) => void,
test: (setup: Setup) => void | Promise<void>
) {
try {