mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
tests(sqljs): switching to mysql to see difference
This commit is contained in:
parent
8c2c7b5a9c
commit
c982d789ce
@ -8,7 +8,7 @@ describe("failing", () => {
|
||||
let connections: Connection[] = [];
|
||||
before(async () => connections = await createTestingConnections({
|
||||
entities: [__dirname + "/entity/*{.js,.ts}"],
|
||||
enabledDrivers: ["sqljs"]
|
||||
enabledDrivers: ["mysql"]
|
||||
}));
|
||||
beforeEach(() => reloadTestingDatabases(connections));
|
||||
after(() => closeTestingConnections(connections));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user