Skip to content

Instantly share code, notes, and snippets.

@tuxcanfly
Created July 29, 2020 08:56
Show Gist options
  • Save tuxcanfly/ba5a2937f3e878be8a7e9696707d3d4a to your computer and use it in GitHub Desktop.
Save tuxcanfly/ba5a2937f3e878be8a7e9696707d3d4a to your computer and use it in GitHub Desktop.
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! hsd@2.1.5 test: `bmocha --reporter spec test/*.js`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the hsd@2.1.5 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