File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ vi.mock('zustand');
88vi . mock ( 'monaco-editor' ) ;
99
1010// Since we load `monaco-editor` dynamically, we need to allow more time for tests that assert editor values
11- configure ( { asyncUtilTimeout : 8_000 } ) ;
11+ configure ( { asyncUtilTimeout : 9_000 } ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default defineConfig({
99 environment : 'jsdom' ,
1010 setupFiles : [ './setup-files.ts' , './setup-window.ts' ] ,
1111 // Since we increased `waitFor` timeout in setup-files.ts
12- testTimeout : 8_000 ,
12+ testTimeout : 9_000 ,
1313 alias : [
1414 {
1515 // Fixes Error: Failed to resolve entry for package "monaco-editor". The package may have incorrect main/module/exports specified in its package.json.
You can’t perform that action at this time.
0 commit comments