Created
July 29, 2020 08:56
-
-
Save tuxcanfly/ba5a2937f3e878be8a7e9696707d3d4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1548 passing (71s) | |
3 pending | |
3 failing | |
1) Auction | |
Claim | |
should reject a fraudulent claim: | |
Error: Could not resolve name. | |
throw new Error('Could not resolve name.'); | |
^ | |
at MemWallet.fakeClaim (/home/tuxcanfly/Work/hsd/test/util/memwallet.js:927:13) | |
at runMicrotasks (<anonymous>) | |
at processTicksAndRejections (internal/process/task_queues.js:97:5) | |
at async Context.<anonymous> (/home/tuxcanfly/Work/hsd/test/auction-test.js:407:21) | |
2) Disable TXs | |
should reject claim from mempool before txStart: | |
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. | |
3) Disable TXs | |
should allow claim in mempool one block before txStart: | |
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 3 | |
npm ERR! [email protected] test: `bmocha --reporter spec test/*.js` | |
npm ERR! Exit status 3 | |
npm ERR! | |
npm ERR! Failed at the [email protected] test script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /home/tuxcanfly/.npm/_logs/2020-07-29T08_51_22_418Z-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment