Skip to content

Instantly share code, notes, and snippets.

@dominictarr
Created November 18, 2010 09:11
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 dominictarr/704800 to your computer and use it in GitHub Desktop.
Save dominictarr/704800 to your computer and use it in GitHub Desktop.
this test will be reported to pass, when clearly it should fail. async_testing v0.3.0
if (module == require.main) {
return require('async_testing').run(process.ARGV);
}
require('async_testing/lib/child')
exports ['test should fail'] = function (test){
test.ok(false)
}
/*
this test will be reported to pass, when clearly it should fail.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment