Skip to content

Commit

Permalink
Updated tests.
Browse files Browse the repository at this point in the history
Triggering CI and coverage.
  • Loading branch information
kallaspriit committed Aug 6, 2018
1 parent abd154f commit c5e876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.test.ts
Expand Up @@ -3,6 +3,6 @@ import sum from "../src";

describe("slack-logger", () => {
it("should work", () => {
expect(sum(3, 5)).toEqual(8);
expect(sum(2, 5)).toEqual(7);
});
});

0 comments on commit c5e876e

Please sign in to comment.