Skip to content

Commit

Permalink
test: Re-enable tests other than #73's repro
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed May 17, 2017
1 parent a2062b7 commit 1adb2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/issues/#73.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Test extends Iridium.Instance<TestDocument, Test> implements TestDocument
metadata: any;
}

describe.only("issues", () => {
describe("issues", () => {
let core = new Iridium.Core({ database: "test" });
before(() => core.connect());
after(() => core.close());
Expand Down

0 comments on commit 1adb2ef

Please sign in to comment.