Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <sferadev@gmail.com>
  • Loading branch information
SferaDev committed Oct 1, 2024
1 parent 1ffa6b1 commit 00651fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cli/src/commands/init/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('xata init', () => {
}",
"package.json": "{"name":"test","version":"1.0.0"}",
"readme.md": "",
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.1. Please do not edit.
import { buildClient } from "@xata.io/client";
import type {
BaseClientOptions,
Expand Down Expand Up @@ -242,7 +242,7 @@ describe('xata init', () => {
}
}",
"readme.md": "",
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.1. Please do not edit.
import { buildClient } from "@xata.io/client";
import type {
BaseClientOptions,
Expand Down Expand Up @@ -319,7 +319,7 @@ describe('xata init', () => {
}
}",
"readme.md": "",
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.1. Please do not edit.
import { buildClient } from "npm:@xata.io/client@latest";
import type {
BaseClientOptions,
Expand Down Expand Up @@ -400,7 +400,7 @@ describe('xata init', () => {
"package.json": "{"name":"test","version":"1.0.0"}",
"pnpm-lock.yaml": "lockfileVersion: '6.0'",
"readme.md": "",
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.1. Please do not edit.
import { buildClient } from "@xata.io/client";
import type {
BaseClientOptions,
Expand Down

0 comments on commit 00651fb

Please sign in to comment.