We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1741e commit 89927ceCopy full SHA for 89927ce
1 file changed
migration/index.spec.ts
@@ -17,7 +17,7 @@ describe("Migration", () => {
17
expect(migration).toMatchSnapshot();
18
});
19
20
- tester.run("v24", migration.rules.v25, {
+ tester.run("v25", migration.rules.v25, {
21
valid: [`import {} from "zod";`],
22
invalid: [
23
{
0 commit comments