SmartIT_Extensions/BMC/smart-it-full/test/SmartIT.spec.js

9 lines
238 B
JavaScript

/**
* Created by srramamu on 20-03-2017.
*/
describe('Smart IT BDD setup with jasmine and karma', function () {
it('should say Hello to the World', function () {
expect('Hello, World!').toEqual('Hello, World!');
});
});