(actual, expected)
| 21 | } |
| 22 | |
| 23 | function assertIdlDictionary(actual, expected) { |
| 24 | assert.deepStrictEqual(actual, asIdlDictionary(expected)); |
| 25 | } |
| 26 | |
| 27 | function assertJsonWebKey(actual, expected) { |
| 28 | const idlDictionary = asIdlDictionary(expected); |
no test coverage detected
searching dependent graphs…