Skip to content

Commit

Permalink
bump version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmiller888 committed Jan 30, 2020
1 parent 29c03d2 commit 3f43a5f
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.4.0
Schema Generated with mysql-schema-ts 1.5.0
*/
/**
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.4.0
Schema Generated with mysql-schema-ts 1.5.0
*/
/**
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.4.0
Schema Generated with mysql-schema-ts 1.5.0
*/
/**
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.4.0
Schema Generated with mysql-schema-ts 1.5.0
*/
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.4.0
Schema Generated with mysql-schema-ts 1.5.0
*/
export type JSONPrimitive = string | number | boolean | null
Expand Down

0 comments on commit 3f43a5f

Please sign in to comment.