()
| 271 | await t.test('Invalid class FormData', (t) => { |
| 272 | class FormData { |
| 273 | constructor () { |
| 274 | this.data = [] |
| 275 | } |
| 276 | |
| 277 | append (key, value) { |
| 278 | this.data.push([key, value]) |
nothing calls this directly
no outgoing calls
no test coverage detected