Skip to content

Commit

Permalink
Update packages/migrate/migrations/svelte-5/migrate.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 2, 2024
1 parent e826e6f commit daba3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migrate/migrations/svelte-5/migrate.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function destroy() {
);
});

test('Updates component creation #4', () => {
test('Updates component creation with multiple components', () => {
const result = transform_module_code(
`import App from './App.svelte';
import Child from './Child.svelte';
Expand Down

0 comments on commit daba3e5

Please sign in to comment.