This commit is contained in:
Adria Navarro 2024-11-06 18:23:57 +01:00
parent 02ebe9cb15
commit f7f056ef76
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ async function waitForQueueCompletion() {
}
describe("docWritethrough", () => {
beforeAll(async () => {
beforeAll(() => {
init()
})