module(“The answer to life the universe and everything”);

test(“the answer is 42”, function() {

var answer = 42;
equal(answer, 42);

});