Skip to content

Commit

Permalink
try that
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed May 17, 2023
1 parent b51e67c commit 58e507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma/test-app/scoped-slot-text/karma.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('scoped-slot-text', () => {
*/
expect(label).toBeDefined();
expect(label.childNodes.length).toBe(2);
expect(label.childNodes[0]['s-cr'] as string).toBeDefined();
expect((label.childNodes[0] as any)['s-cr'] as string).toBeDefined();
expect(label.childNodes[1].textContent).toBe('New text for label structure testing');
});
});

0 comments on commit 58e507f

Please sign in to comment.