Created
November 15, 2020 20:41
-
-
Save armandofox/63184132fe4e8f08b2b5d72f2e5c08af to your computer and use it in GitHub Desktop.
basic_check_spec.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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