Skip to content

Commit

Permalink
style: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fossamagna committed Jul 6, 2022
1 parent be43115 commit 30dbe0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/github-issues/9176/issue-9176.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe("github issues > #9176 The names of foreign keys created by queryRunner
async () =>
(dataSources = await createTestingConnections({
entities: [Author, Post],
enabledDrivers: ["sqlite" /*, "better-sqlite3"*/],
enabledDrivers: ["sqlite"],
migrations: [
CreatePostTable1656926770819,
CreateAuthorTable1656939116999,
Expand Down Expand Up @@ -55,7 +55,7 @@ describe("github issues > #9176 The names of foreign keys created by queryRunner
async () =>
(dataSources = await createTestingConnections({
entities: [User],
enabledDrivers: ["sqlite" /*, "better-sqlite3"*/],
enabledDrivers: ["sqlite"],
migrations: [
CreateUserTable1657066872930,
CreateUniqueConstraintToUser1657067039714,
Expand Down Expand Up @@ -86,7 +86,7 @@ describe("github issues > #9176 The names of foreign keys created by queryRunner
async () =>
(dataSources = await createTestingConnections({
entities: [CheckedUser],
enabledDrivers: ["sqlite" /*, "better-sqlite3"*/],
enabledDrivers: ["sqlite"],
migrations: [
CreateCheckedUserTable1657067039715,
CreateCheckConstraintToUser1657067039716,
Expand Down

0 comments on commit 30dbe0a

Please sign in to comment.