Skip to content

Commit ea9aed7

Browse files
authored
chore: "indentity" → "identity" in test description (#20225)
1 parent 787570c commit ea9aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/vite/src/node/ssr/__tests__/ssrTransform.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ import foo from "foo"`,
10651065
`)
10661066
})
10671067

1068-
test('indentity function helper injected after hashbang', async () => {
1068+
test('identity function helper injected after hashbang', async () => {
10691069
expect(
10701070
await ssrTransformSimpleCode(
10711071
`#!/usr/bin/env node

0 commit comments

Comments
 (0)