4037-fix(multi-check) #973
|
@ -200,14 +200,6 @@ describe('Component vnMultiCheck', () => {
|
|||
expect(isCheckedDummy).toEqual(true);
|
||||
});
|
||||
|
||||
it(`should return true only if is checked and checked dummy is enabled`, () => {
|
||||
controller.checked = true;
|
||||
controller.checkDummyEnabled = true;
|
||||
const isCheckedDummy = controller.isCheckedDummy();
|
||||
|
||||
expect(isCheckedDummy).toEqual(true);
|
||||
});
|
||||
|
||||
it(`should return false if not checked`, () => {
|
||||
alexm marked this conversation as resolved
|
||||
controller.checked = false;
|
||||
controller.checkDummyEnabled = true;
|
||||
|
|
Loading…
Reference in New Issue
Tested twice?