Skip to content

Instantly share code, notes, and snippets.

@ananyo2012
Created December 31, 2016 16:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ananyo2012/458699cd2407dce8938100fa0d0212b5 to your computer and use it in GitHub Desktop.
Sample jasmine test
describe("A suite", function() {
it("contains spec with an expectation", function() {
expect(true).toBe(true);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment