moved #80 issue into separate issues directory

This commit is contained in:
Umed Khudoiberdiev 2016-11-26 12:12:22 +05:00
parent 4440f7793c
commit 6505934d8b
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
import "reflect-metadata";
import {setupTestingConnections, closeConnections, reloadDatabases} from "../../../utils/test-utils";
import {Connection} from "../../../../src/connection/Connection";
import {setupTestingConnections, closeConnections, reloadDatabases} from "../../utils/test-utils";
import {Connection} from "../../../src/connection/Connection";
import {Post} from "./entity/Post";
import {expect} from "chai";
describe.only("persistence > general operations", () => {
describe("persistence > general operations", () => {
let connections: Connection[];
before(async () => connections = await setupTestingConnections({