| 106 | |
| 107 | it('should create updates', () => { |
| 108 | interface MyContext { |
| 109 | foo: { |
| 110 | bar: { |
| 111 | baz: number[]; |
| 112 | }; |
| 113 | }; |
| 114 | } |
| 115 | const context: MyContext = { |
| 116 | foo: { |
| 117 | bar: { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…