removed unused code
This commit is contained in:
parent
fbb10cc2c0
commit
29dd3ef67c
|
@ -20,11 +20,4 @@ describe('some component', () => {
|
||||||
instance.onPassChange('ACCEPT');
|
instance.onPassChange('ACCEPT');
|
||||||
expect(vnApp.showError).toHaveBeenCalledWith(`Passwords don't match`);
|
expect(vnApp.showError).toHaveBeenCalledWith(`Passwords don't match`);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('', () => {
|
|
||||||
instance.newPassword = 'test';
|
|
||||||
instance.repeatPassword = 'notTheSame';
|
|
||||||
instance.onPassChange('ACCEPT');
|
|
||||||
expect(vnApp.showError).toHaveBeenCalledWith(`Passwords don't match`);
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue