Skip to content

Commit

Permalink
Update libs/components/src/lib/popup/popup.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: yinon <[email protected]>
  • Loading branch information
rinaok and yinonov authored Sep 14, 2022
1 parent 8424363 commit d61b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/lib/popup/popup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe('vwc-popup', () => {
expect(element.dismissible)
.toBeFalsy();
expect(element.lightDismiss)
.toBeFalsy();
.toEqual(false);
expect(element.anchor)
.toBeUndefined();
expect(element.placement)
Expand Down

0 comments on commit d61b119

Please sign in to comment.