Skip to content

Instantly share code, notes, and snippets.

@efleming969
Created December 12, 2013 18:43
Show Gist options
  • Select an option

  • Save efleming969/7933160 to your computer and use it in GitHub Desktop.

Select an option

Save efleming969/7933160 to your computer and use it in GitHub Desktop.
describe("MainTest", function () {
it("sanity", function () {
expect("sane").toBe(true);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment