Skip to content

Commit

Permalink
fromJS case
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Feb 26, 2024
1 parent d6c1b30 commit 55b855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type-definitions/ts-tests/from-js.ts
@@ -1,7 +1,7 @@
import { expect, test } from 'tstyche';
import { fromJS, Collection, List, Map, MapOf } from 'immutable';

test('fromJs', () => {
test('fromJS', () => {
expect(fromJS({}, (a: any, b: any) => b)).type.toEqual<
Collection<unknown, unknown>
>();
Expand Down

0 comments on commit 55b855b

Please sign in to comment.