tests for AngularViewArray service
This commit is contained in:
parent
b44665e75d
commit
659417f7ef
7 changed files with 254 additions and 111 deletions
|
@ -1,13 +0,0 @@
|
|||
describe("Service: AngularViewArray", function() {
|
||||
var angularViewArray;
|
||||
|
||||
beforeEach(module('quay'));
|
||||
|
||||
beforeEach(inject(function($injector) {
|
||||
angularViewArray = $injector.get('AngularViewArray');
|
||||
}));
|
||||
|
||||
it("sanity test", function() {
|
||||
expect(angularViewArray.create).toBeDefined();
|
||||
});
|
||||
});
|
Reference in a new issue