Skip to content

Commit

Permalink
Test cases for issue typeorm#134
Browse files Browse the repository at this point in the history
  • Loading branch information
cserron committed Dec 26, 2016
1 parent 95398ec commit 504635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/github-issues/134/issue-134.ts
Original file line number Diff line number Diff line change
@@ -12,10 +12,10 @@ describe("github issues > #134 Error TIME is converted to 'HH-mm' instead of 'HH
schemaCreate: true,
dropSchemaOnConnection: true,
}));
beforeEach(() => reloadTestingDatabases(connections));
after(() => closeTestingConnections(connections));



it("should successfully persist the post with creationDate in HH:mm and return persisted entity", () => Promise.all(connections.map(async connection => {
const post = new Post();
post.title = "Hello Post #1";

0 comments on commit 504635b

Please sign in to comment.