Skip to content

Commit 89927ce

Browse files
committed
Fix migration rule name in test.
1 parent 1e1741e commit 89927ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migration/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe("Migration", () => {
1717
expect(migration).toMatchSnapshot();
1818
});
1919

20-
tester.run("v24", migration.rules.v25, {
20+
tester.run("v25", migration.rules.v25, {
2121
valid: [`import {} from "zod";`],
2222
invalid: [
2323
{

0 commit comments

Comments
 (0)