Skip to content

Instantly share code, notes, and snippets.

@mrotaru
Created May 7, 2015 07:43
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 mrotaru/965926e4d28d84e3fcb6 to your computer and use it in GitHub Desktop.
Save mrotaru/965926e4d28d84e3fcb6 to your computer and use it in GitHub Desktop.
foo.test.js
var assert = require("assert")
describe("should break", function(){
it("it doesn't", function(){
console.log("foo");
assert.equal(1,1);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment