Updated unit test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2023-03-07 08:13:07 +01:00
parent 0d2339686c
commit 14a5c78303
1 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@ describe('Component vnCheck', () => {
});
it(`should set value to null and change to true when clicked`, () => {
controller.field = null;
controller.tripleState = true;
controller.field = null;
element.click();
expect(controller.field).toEqual(true);