We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0d143 commit bebe744Copy full SHA for bebe744
packages/next-drupal/tests/client.test.ts
@@ -10,6 +10,8 @@ import type {
10
} from "../src/types"
11
import { BASE_URL } from "./utils"
12
13
+jest.setTimeout(10000)
14
+
15
afterEach(() => {
16
jest.restoreAllMocks()
17
})
0 commit comments