Skip to content

Commit

Permalink
enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Sep 27, 2016
1 parent 9882974 commit f65a9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/yago.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe("Yago", () => {
expect(yago.register.bind(yago, NoNameTaskRunner)).to.throw(Error, "NoNameTaskRunner does not have a RunTask decoration.");
});

it.only("should queue task when using HTTP API", (done) => {
it("should queue task when using HTTP API", (done) => {
yago.start();
yago.on("enqueue", (task: Task) => {
expect(task.name).to.be.eq("hello-world-via-api");
Expand Down

0 comments on commit f65a9f1

Please sign in to comment.