mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
removed only test
This commit is contained in:
parent
83e89fd8c0
commit
e7a18d050b
@ -187,7 +187,7 @@ describe("Connection", () => {
|
||||
|
||||
});
|
||||
|
||||
describe.only("log a schema when connection.logSyncSchema is called", function() {
|
||||
describe("log a schema when connection.logSyncSchema is called", function() {
|
||||
|
||||
let connections: Connection[];
|
||||
before(async () => connections = await createTestingConnections({
|
||||
@ -197,7 +197,7 @@ describe("Connection", () => {
|
||||
|
||||
it("should return sql log properly", () => Promise.all(connections.map(async connection => {
|
||||
const sql = await connection.logSyncSchema();
|
||||
console.log(sql);
|
||||
// console.log(sql);
|
||||
})));
|
||||
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user