
static.js.vendor.eeh-navigation.src.eeh-navigation-spec.js Maven / Gradle / Ivy
The newest version!
'use strict';
describe('eehNavigation module', function() {
beforeEach(module('eehNavigation'));
it('should be loaded by angular', function() {
expect(typeof angular.module('eehNavigation')).toBe('object');
});
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy