mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-11 13:55:54 +10:00
9 lines
193 B
JavaScript
9 lines
193 B
JavaScript
describe('templateFactory', function () {
|
|
|
|
beforeEach(module('ui.router.util'));
|
|
|
|
it('exists', inject(function ($templateFactory) {
|
|
expect($templateFactory).toBeDefined();
|
|
}));
|
|
});
|