duplicate test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ef9158ee36
commit
1707ff7f0f
|
@ -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`, () => {
|
||||
controller.checked = false;
|
||||
controller.checkDummyEnabled = true;
|
||||
|
|
Loading…
Reference in New Issue