go-macaroon / js-macaroon

Javascript implementation of macaroons
BSD 3-Clause "New" or "Revised" License
41 stars 22 forks source link

test: add base64 tests #20

Closed rogpeppe closed 7 years ago

rogpeppe commented 7 years ago

Also be a bit more strict about the types accepted by stringToBytes and bytesToString, because stringToBytes('') should return a Uint8Array not the empty string.