MCPcopy
hub / github.com/immutable-js/immutable-js / Test

Interface Test

__tests__/List.ts:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15describe('List', () => {
16 it('determines assignment of unspecified value types', () => {
17 interface Test {
18 list: List<string>;
19 }
20
21 const t: Test = {
22 list: List(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected