Move tests to root
This commit is contained in:
1
tests/util.js
Normal file
1
tests/util.js
Normal file
@@ -0,0 +1 @@
|
||||
exports.atob = (b64) => Buffer.from(b64, "base64").toString("binary");
|
||||
Reference in New Issue
Block a user