Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Feb 20, 2021
1 parent 126f169 commit 58aa121
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions __tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('inferTable', () => {
const code = await inferTable(connectionString, 'agreements')
expect(code).toMatchInlineSnapshot(`
"/**
Schema Generated with mysql-schema-ts 1.6.1
Schema Generated with mysql-schema-ts 1.6.2
*/
/**
Expand Down Expand Up @@ -89,7 +89,7 @@ describe('inferTable', () => {
const code = await inferTable(connectionString, 'requests')
expect(code).toMatchInlineSnapshot(`
"/**
Schema Generated with mysql-schema-ts 1.6.1
Schema Generated with mysql-schema-ts 1.6.2
*/
/**
Expand Down Expand Up @@ -124,7 +124,7 @@ describe('inferTable', () => {
const code = await inferTable(connectionString, 'complex')
expect(code).toMatchInlineSnapshot(`
"/**
Schema Generated with mysql-schema-ts 1.6.1
Schema Generated with mysql-schema-ts 1.6.2
*/
/**
Expand Down Expand Up @@ -167,7 +167,7 @@ describe('inferTable', () => {
const code = await inferTable(connectionString, 'table_with_json')
expect(code).toMatchInlineSnapshot(`
"/**
Schema Generated with mysql-schema-ts 1.6.1
Schema Generated with mysql-schema-ts 1.6.2
*/
export type JSONPrimitive = string | number | boolean | null
Expand Down Expand Up @@ -205,7 +205,7 @@ describe('inferSchema', () => {
const code = await inferSchema(connectionString)
expect(code).toMatchInlineSnapshot(`
"/**
Schema Generated with mysql-schema-ts 1.6.1
Schema Generated with mysql-schema-ts 1.6.2
*/
export type JSONPrimitive = string | number | boolean | null
Expand Down

0 comments on commit 58aa121

Please sign in to comment.