Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Created June 4, 2016 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bouzuya/f36c2425a513837df0f829d4632cf78e to your computer and use it in GitHub Desktop.
Save bouzuya/f36c2425a513837df0f829d4632cf78e to your computer and use it in GitHub Desktop.
% npm test (git)-[master] -?
> rfc6570-expand@0.1.0 test /Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand
> eater
19 files
✓ success: .tmp/test/extended2.js
✓ success: .tmp/test/extended4.js
✓ success: .tmp/test/extended1.js
✓ success: .tmp/test/extended3.js
✓ success: .tmp/test/index.js
✓ success: .tmp/test/level2.js
✓ success: .tmp/test/level4.js
✓ success: .tmp/test/negative.js
✓ success: .tmp/test/section3-2-1.js
✓ success: .tmp/test/section3-2-3.js
✓ success: .tmp/test/section3-2-4.js
✓ success: .tmp/test/section3-2-5.js
✓ success: .tmp/test/section3-2-6.js
✓ success: .tmp/test/section3-2-7.js
✓ success: .tmp/test/section3-2-8.js
✓ success: .tmp/test/section3-2-9.js
✗ 3 of 19 files, 4 of 234 tests failed
✗ failure: .tmp/test/level1.js
AssertionError: {hello} / Hello%20World%21 / Hello%20World%s21 # .tmp/test/level1.js:12
assert(uris.some(u => u === uri), `${ template } / ${ uris } / ${ uri }`)
| |
| false
["Hello%20World%21"]
at decoratedAssert (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/empower/lib/decorate.js:42:30)
at powerAssert (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/empower/index.js:65:32)
at runner_1.test.resolve (.tmp/test/level1.js:12:9)
at EventEmitter.nextTest (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/eater/lib/runner.js:22:26)
at emitNone (events.js:86:13)
at EventEmitter.emit (events.js:185:7)
npm ERR! Test failed. See above for more details.
% npm test (git)-[master] -?
> rfc6570-expand@0.1.0 test /Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand
> eater
19 files
✓ success: .tmp/test/extended4.js
✓ success: .tmp/test/extended2.js
✓ success: .tmp/test/extended3.js
✓ success: .tmp/test/extended1.js
✓ success: .tmp/test/index.js
✓ success: .tmp/test/level2.js
✓ success: .tmp/test/level4.js
✓ success: .tmp/test/negative.js
✓ success: .tmp/test/section3-2-1.js
✓ success: .tmp/test/section3-2-3.js
✓ success: .tmp/test/section3-2-4.js
✓ success: .tmp/test/section3-2-5.js
✓ success: .tmp/test/section3-2-6.js
✓ success: .tmp/test/section3-2-7.js
✓ success: .tmp/test/section3-2-8.js
✓ success: .tmp/test/section3-2-9.js
✗ 3 of 19 files, 4 of 234 tests failed
✗ failure: .tmp/test/level1.js
AssertionError: {hello} / Hello%20World%21 / Hello%20World%s21 # .tmp/test/level1.js:12
assert(uris.some(u => u === uri), `${ template } / ${ uris } / ${ uri }`)
| |
| false
["Hello%20World%21"]
at decoratedAssert (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/empower/lib/decorate.js:42:30)
at powerAssert (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/empower/index.js:65:32)
at runner_1.test.resolve (.tmp/test/level1.js:12:9)
at EventEmitter.nextTest (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/eater/lib/runner.js:22:26)
at emitNone (events.js:86:13)
at EventEmitter.emit (events.js:185:7)
at checkPromise.then (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/eater/lib/runner.js:26:18)
at process._tickCallback (internal/process/next_tick.js:103:7)
at Function.Module.runMain (module.js:577:11)
at startup (node.js:160:18)
✗ failure: .tmp/test/level3.js
AssertionError: {x,hello,y} / 1024,Hello%20World%21,768 / 1024,Hello%20World%s21,768 # .tmp/test/level3.js:12
assert(uris.some(u => u === uri), `${ template } / ${ uris } / ${ uri }`)
| |
| false
["1024,Hello%20World%21,768"]
at decoratedAssert (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/empower/lib/decorate.js:42:30)
at powerAssert (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/empower/index.js:65:32)
at runner_1.test.resolve (.tmp/test/level3.js:12:9)
at EventEmitter.nextTest (/Users/bouzuya/.ghq/github.com/bouzuya/rfc6570-expand/node_modules/eater/lib/runner.js:22:26)
at emitNone (events.js:86:13)
at EventEmitter.emit (events.js:185:7)
npm ERR! Test failed. See above for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment