fnando/test_squad

View on GitHub
lib/generators/test_squad/install/templates/mocha/answer_spec.js

Summary

Maintainability
A
0 mins
Test Coverage
describe("The answer to life the universe and everything", function(){
  it("is 42", function(){
    var answer = 42;
    expect(answer).to.eql(42);
  });
});