File tree Expand file tree Collapse file tree
packages/plugin-vite/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ integrationTest(
837837) ;
838838
839839integrationTest (
840- "vite build - ssr sourcemap sould be generated collectly" ,
840+ "vite build - ssr sourcemap should be generated collectly" ,
841841 async ( ) => {
842842 await using tmp = await buildVite ( DEMO_DIR , {
843843 environments : {
@@ -879,7 +879,7 @@ integrationTest(
879879// https://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect
880880// this test could be broke if it will migrate to rolldown
881881integrationTest (
882- "vite build - ssr sourcemap sould be generated without warings" ,
882+ "vite build - ssr sourcemap should be generated without warings" ,
883883 async ( ) => {
884884 const warnMsgs = new Set < string > ( ) ;
885885 const customLogger = createLogger ( "error" ) ;
You can’t perform that action at this time.
0 commit comments