Repository URL to install this package:
|
Version:
1.0.6 ▾
|
describe('angular_gobox', function() {
beforeEach(module('angularGobox'));
it('should be a module', function() {
expect(typeof angular.module('angularGobox')).toBe('object');
});
});