You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-csc/t/specs/karma-setup.spec.js

7 lines
228 B

describe('Karma setup check', function() {
it('has a dummy spec to check if included files are there', function() {
// console.log(Ext.create('NgcpCsc.model.Call'));
expect(null).to.be.a('null');
});
});