Skip to content

Commit

Permalink
test: fix test typo (#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed Dec 28, 2021
1 parent d13ced5 commit 1cbf0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/ssr/__tests__/ssrTransform.spec.ts
Expand Up @@ -530,7 +530,7 @@ class A {
`)
})

test('delcare scope', async () => {
test('declare scope', async () => {
expect(
(
await ssrTransform(
Expand Down

0 comments on commit 1cbf0e1

Please sign in to comment.