Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 20, 2023
1 parent d63d7b7 commit 11c4d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-resources/type-tests/keep-latest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const foo: boolean = true;

const value = keepLatest({
value: () => foo,
when: () => true
when: () => true,
});

expectTypeOf(value).toMatchTypeOf<boolean>();

0 comments on commit 11c4d62

Please sign in to comment.