Skip to content

Instantly share code, notes, and snippets.

@armandofox
Created November 15, 2020 20:41
Show Gist options
  • Save armandofox/63184132fe4e8f08b2b5d72f2e5c08af to your computer and use it in GitHub Desktop.
Save armandofox/63184132fe4e8f08b2b5d72f2e5c08af to your computer and use it in GitHub Desktop.
basic_check_spec.js
describe('Jasmine basic check', function() {
it('works', function() { expect(true).toBe(true); });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment