From 3f43a5f72acc3c809b2f16b79afecb6fe5f2ee0b Mon Sep 17 00:00:00 2001 From: Steven Miller Date: Thu, 30 Jan 2020 08:58:52 -0500 Subject: [PATCH] bump version in tests --- __tests__/index.test.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/__tests__/index.test.ts b/__tests__/index.test.ts index e5f5ae6..980deb8 100644 --- a/__tests__/index.test.ts +++ b/__tests__/index.test.ts @@ -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 */ /** @@ -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 */ /** @@ -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 */ /** @@ -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 @@ -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