Skip to content

Commit

Permalink
add line
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Oct 6, 2019
1 parent 3510224 commit 5dc4f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/helpers/unitConverter-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ describe("unitConverter", () => {
value: 12,
unit: "px"
};

it("is a function", () => {
expect(typeof unitConverter).toEqual("function");
});
Expand Down

0 comments on commit 5dc4f14

Please sign in to comment.