test(joox): Added basic sanity test for joox encryption.

This commit is contained in:
Jixun Wu
2021-12-23 23:23:32 +00:00
parent 4af1a38334
commit 48b8194363
8 changed files with 70 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
// Polyfill for node.
global.Blob = global.Blob || require("node:buffer").Blob;