Skip to content

Commit de02add

Browse files
committed
whoops
1 parent 072266b commit de02add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/pre-transform/codemods/component-meta-to-define-meta.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe(transformComponentMetaToDefineMeta.name, () => {
143143
);
144144
});
145145

146-
it.only('tags with an array expression are left as-is', async ({ expect }) => {
146+
it('tags with an array expression are left as-is', async ({ expect }) => {
147147
const code = `
148148
<script context="module">
149149
import { Story } from "@storybook/addon-svelte-csf";

0 commit comments

Comments
 (0)