]> zoso.dev Git - libnemo.git/commit
Move test files around. Fix test runners for async functions.
authorChris Duncan <chris@zoso.dev>
Fri, 6 Dec 2024 05:33:09 +0000 (21:33 -0800)
committerChris Duncan <chris@zoso.dev>
Fri, 6 Dec 2024 05:33:09 +0000 (21:33 -0800)
commit9b8feb5cd7ef841699887077f21b8025ebf53035
tree33ac7735d02a372ef440a4161b427b9d0101156d
parent2ff942fb1999a4b3b86454d4e5fc69f93f4455d9
Move test files around. Fix test runners for async functions.
16 files changed:
GLOBALS.mjs [new file with mode: 0644]
package.json
perf/account.perf.js [moved from test/perf/account.perf.js with 91% similarity]
perf/main.mjs [new file with mode: 0644]
perf/wallet.perf.js [moved from test/perf/wallet.perf.js with 92% similarity]
test.html
test/GLOBALS.mjs [deleted file]
test/create-wallet.test.mjs
test/derive-accounts.test.mjs
test/import-wallet.test.mjs
test/lock-unlock-wallet.mjs
test/main.mjs
test/manage-rolodex.mjs
test/refresh-accounts.test.mjs
test/sign-blocks.test.mjs
test/tools.test.mjs