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 7fb1093 commit aecce2eCopy full SHA for aecce2e
test/e2e/filesystem-cache/filesystem-cache.test.ts
@@ -34,7 +34,7 @@ describe('filesystem-caching', () => {
34
async function stop() {
35
if (isNextDev) {
36
// Give FileSystem Cache time to write to disk
37
- // Turbopack is conffigured to wait 1s above.
+ // Turbopack is configured to wait 1s above.
38
// Webpack has an idle timeout (after large changes) of 1s
39
// and we give time a bit more to allow writing to disk
40
await waitFor(3000)
0 commit comments