Move tests to root

This commit is contained in:
Jerome Wu
2022-09-26 12:18:01 +08:00
parent c38ab7551b
commit 2f18a2d806
18 changed files with 1337 additions and 360 deletions

1
tests/util.js Normal file
View File

@@ -0,0 +1 @@
exports.atob = (b64) => Buffer.from(b64, "base64").toString("binary");