We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36967f commit 0c04b0bCopy full SHA for 0c04b0b
bin/test.ts
@@ -26,6 +26,7 @@ configure({
26
files: ['tests/**/*.spec.ts'],
27
plugins: [assert(), runFailedTests(), fileSystem({ basePath: TEST_TMP_DIR_PATH })],
28
reporters: [specReporter()],
29
+ timeout: 10 * 1000,
30
importer: (filePath: string) => import(pathToFileURL(filePath).href),
31
},
32
})
0 commit comments