]> zoso.dev Git - libnemo.git/commit
Create our own testing framework. Needs some double-checking on accuracy.
authorChris Duncan <chris@zoso.dev>
Thu, 5 Dec 2024 23:51:10 +0000 (15:51 -0800)
committerChris Duncan <chris@zoso.dev>
Thu, 5 Dec 2024 23:51:10 +0000 (15:51 -0800)
commita1989a950b794af253a57897f97d02264cd7b25a
tree29c635213e68419d83963e1e3b6970a464ea49fa
parent92ff6372bf5585c4ac3f9d7d75f8031c06c8e993
Create our own testing framework. Needs some double-checking on accuracy.
19 files changed:
favicon.ico [new file with mode: 0644]
jest.config.ts [new file with mode: 0644]
package-lock.json
package.json
src/lib/rpc.ts
src/lib/wallet.ts
test.html
test/GLOBALS.mjs
test/create-wallet.test.mjs
test/derive-accounts.test.mjs
test/import-wallet.test.mjs
test/lock-unlock-wallet.mjs
test/main.mjs [new file with mode: 0644]
test/manage-rolodex.mjs
test/perf/account.perf.js [moved from perf/account.perf.js with 67% similarity]
test/perf/wallet.perf.js [moved from perf/wallet.perf.js with 62% similarity]
test/refresh-accounts.test.mjs
test/sign-blocks.test.mjs
test/tools.test.mjs