Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed Jan 16, 2024
1 parent 7839d88 commit 507100b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -273,7 +273,7 @@ describe('create path', () => {
});

it('should not allow to accept void', () => {
// $FlowExpectedError[incompatible-shape]
// $FlowExpectedError[incompatible-call]
const path = createPath();

const key: string = path;
Expand Down
Expand Up @@ -273,7 +273,7 @@ describe('create path', () => {
});

it('should not allow to accept void', () => {
// $FlowExpectedError[incompatible-shape]
// $FlowExpectedError[incompatible-call]
const path = createPath();

const key: string = path;
Expand Down
Expand Up @@ -253,7 +253,7 @@ describe('create path', () => {
});

it('should not allow to accept void', () => {
// $FlowExpectedError[incompatible-shape]
// $FlowExpectedError[incompatible-call]
const path = createPath();

const key: string = path;
Expand Down

0 comments on commit 507100b

Please sign in to comment.