We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4526e commit ad3fef9Copy full SHA for ad3fef9
1 file changed
packages/plugin-vite/tests/build_test.ts
@@ -879,7 +879,7 @@ integrationTest(
879
// https://rollupjs.org/troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect
880
// this test could be broke if it will migrate to rolldown
881
integrationTest(
882
- "vite build - ssr sourcemap should be generated without warings",
+ "vite build - ssr sourcemap should be generated without warnings",
883
async () => {
884
const warnMsgs = new Set<string>();
885
const customLogger = createLogger("error");
0 commit comments