From: Chris Duncan Date: Thu, 24 Jul 2025 13:56:23 +0000 (-0700) Subject: Reenable all tests from main. X-Git-Tag: v0.10.5~54^2~6 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=bf70dbcba607c6193637598662d0742374798ac9;p=libnemo.git Reenable all tests from main. --- diff --git a/test/main.test.mjs b/test/main.test.mjs index 381f3e9..ada0c28 100644 --- a/test/main.test.mjs +++ b/test/main.test.mjs @@ -4,17 +4,17 @@ import { failures, passes } from './GLOBALS.mjs' import './test.runner-check.mjs' -// import './test.blake2b.mjs' -// import './test.blocks.mjs' -// import './test.calculate-pow.mjs' -// import './test.create-wallet.mjs' -// import './test.derive-accounts.mjs' -// import './test.import-wallet.mjs' +import './test.blake2b.mjs' +import './test.blocks.mjs' +import './test.calculate-pow.mjs' +import './test.create-wallet.mjs' +import './test.derive-accounts.mjs' +import './test.import-wallet.mjs' import './test.ledger.mjs' -// import './test.lock-unlock.mjs' -// import './test.manage-rolodex.mjs' -// import './test.refresh-accounts.mjs' -// import './test.tools.mjs' +import './test.lock-unlock.mjs' +import './test.manage-rolodex.mjs' +import './test.refresh-accounts.mjs' +import './test.tools.mjs' console.log('%cTESTING COMPLETE', 'color:orange;font-weight:bold') console.log('%cPASS: ', 'color:green;font-weight:bold', passes.length)