(a: string[])
| 208 | }); |
| 209 | |
| 210 | function encodeStrings(a: string[]): Uint8Array[] { |
| 211 | return a.map(s => util.encodeString(s)); |
| 212 | } |
| 213 | |
| 214 | describe('util.bytesFromStringArray', () => { |
| 215 | it('count bytes after utf8 encoding', () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…