diff --git a/type-definitions/ts-tests/from-js.ts b/type-definitions/ts-tests/from-js.ts index 080fb2b21..14fb84194 100644 --- a/type-definitions/ts-tests/from-js.ts +++ b/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 >();