Updated to latest jasmine version
This commit is contained in:
7
test/example/example.js
Normal file
7
test/example/example.js
Normal file
@@ -0,0 +1,7 @@
|
||||
describe('one suite description', function () {
|
||||
it('should be a test', function() {
|
||||
runs(function () {
|
||||
expect(true).toEqual(true);
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user