Skip to content

Commit

Permalink
fix test errors in humps
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Jan 13, 2022
1 parent 543649a commit 026fb04
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -15,7 +15,8 @@ import {

describe("tests", () => {
it("errors", () => {
// $FlowExpectedError
// $FlowExpectedError[incompatible-call]
// $FlowExpectedError[incompatible-cast]
(camelize(42): number);
});

Expand Down

0 comments on commit 026fb04

Please sign in to comment.