Skip to content

Commit 55d99db

Browse files
committed
chore: Adds snapshot tests for internal core apis
1 parent fcd1678 commit 55d99db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/documenter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ test("internal core API matches snapshot", () => {
3434
} finally {
3535
fs.rmSync(tmpDir, { recursive: true, force: true });
3636
}
37-
});
37+
}, 10000);

0 commit comments

Comments
 (0)