()
| 321 | var updateObj = { 'annotations[0].text': 'hello' }; |
| 322 | |
| 323 | function assertUpdateObj() { |
| 324 | // w/o mutating relayout update object |
| 325 | expect(Object.keys(updateObj)).toEqual(['annotations[0].text']); |
| 326 | expect(updateObj['annotations[0].text']).toEqual('hello'); |
| 327 | } |
| 328 | |
| 329 | assertText(0, 'left top'); |
| 330 |
no outgoing calls
no test coverage detected
searching dependent graphs…