Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peterssonjesper/6242828 to your computer and use it in GitHub Desktop.
Save peterssonjesper/6242828 to your computer and use it in GitHub Desktop.
describe("My module", function() {
it("answers to myMethod() correctly", function() {
var instance = new MyModule();
expect(instance.myMethod()).toEqual("Hello world");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment