clientIndex unit test fixed
This commit is contained in:
parent
a78292ffb8
commit
77b20ae764
|
@ -14,8 +14,8 @@ describe('Client', () => {
|
|||
controller = $componentController('vnClientIndex');
|
||||
}));
|
||||
|
||||
it('should define and set model property as an empty object', () => {
|
||||
expect(controller.model).toEqual({});
|
||||
it('should define and set clientSelected property as null', () => {
|
||||
expect(controller.clientSelected).toEqual(null);
|
||||
});
|
||||
|
||||
// describe('search()', () => {
|
||||
|
|
Loading…
Reference in New Issue