duplicate test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-05-16 10:24:02 +02:00
parent ef9158ee36
commit 1707ff7f0f
1 changed files with 0 additions and 8 deletions

View File

@ -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;