Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Nov 2, 2023
1 parent 688b8b0 commit 5947e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ describe('InlineValueEditComponent', () => {
).nativeElement;
nameContainer.dispatchEvent(new Event('mouseenter'));
fixture.detectChanges();

fixture.whenStable().then(() => {
expect(nameContainer.classList).toContain('is-name-hovered');
});
Expand Down

0 comments on commit 5947e6e

Please sign in to comment.