Files
2014-05-09 20:05:55 +08:00

9 lines
193 B
JavaScript

describe('templateFactory', function () {
beforeEach(module('ui.router.util'));
it('exists', inject(function ($templateFactory) {
expect($templateFactory).toBeDefined();
}));
});