Skip to content

Commit 23ea2fe

Browse files
committed
typo
1 parent 4b1c8b8 commit 23ea2fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/plugin-vite/tests/build_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ integrationTest(
837837
);
838838

839839
integrationTest(
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
881881
integrationTest(
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");

0 commit comments

Comments
 (0)