Skip to content

Commit 1cbf0e1

Browse files
authored
test: fix test typo (#6285)
1 parent d13ced5 commit 1cbf0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class A {
530530
`)
531531
})
532532

533-
test('delcare scope', async () => {
533+
test('declare scope', async () => {
534534
expect(
535535
(
536536
await ssrTransform(

0 commit comments

Comments
 (0)