Skip to content

Commit ff505cc

Browse files
committed
enable test for all db drivers
1 parent 582d40c commit ff505cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/migrations/show-command/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe("migrations > show command", () => {
66
let connections: Connection[];
77
before(async () => connections = await createTestingConnections({
88
migrations: [__dirname + "/migration/*.js"],
9-
enabledDrivers: ["postgres"],
9+
enabledDrivers: ["mysql", "mariadb", "oracle", "mssql", "sqljs", "sqlite", "postgres"],
1010
schemaCreate: true,
1111
dropSchema: true,
1212
}));

0 commit comments

Comments
 (0)