File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/compiler-sfc/__tests__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -975,7 +975,7 @@ return { ref }
975
975
}"
976
976
`;
977
977
978
- exports[`SFC compile <script setup> > imports > shuold support module string names syntax 1`] = `
978
+ exports[`SFC compile <script setup> > imports > should support module string names syntax 1`] = `
979
979
"import { \\"😏\\" as foo } from './foo'
980
980
981
981
export default {
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ defineExpose({ foo: 123 })
410
410
} )
411
411
} )
412
412
413
- test ( 'shuold support module string names syntax' , ( ) => {
413
+ test ( 'should support module string names syntax' , ( ) => {
414
414
const { content, bindings } = compile ( `
415
415
<script>
416
416
import { "😏" as foo } from './foo'
You can’t perform that action at this time.
0 commit comments