UNPKG

angular-state-loadable

Version:
15 lines (9 loc) 275 B
'use strict'; describe('$loadableManager', function() { beforeEach(angular.mock.module('angular-state-router')); describe('#create', function() { it('Should require an state name in order to create a loadable', function(done) { done(); }); }); });