Skip to content

Instantly share code, notes, and snippets.

@feus4177
Last active December 9, 2017 18:16
Show Gist options
  • Save feus4177/f79898d2f67021d845b5eb20edbc2585 to your computer and use it in GitHub Desktop.
Save feus4177/f79898d2f67021d845b5eb20edbc2585 to your computer and use it in GitHub Desktop.
Node-tap fails because test is "unfinished"
const assert = require('assert');
const tap = require('tap');
tap.test('Simple assert', function () {
assert(1+1 === 2, 'addition is broken again');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment