Skip to content

Commit

Permalink
Fix typo in matcher-enhancements.component.spec.ts (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Feb 20, 2022
1 parent 772fe94 commit 3d7500a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('Matcher enhancements', () => {
beforeEach(() => spectator = createComponent());

describe('Text', () => {
it('should match mulitple elements with different text', () => {
it('should match multiple elements with different text', () => {
const el = spectator.query('.text-check');
expect(el).toHaveText(['It should', 'different text']);
expect(el).toContainText(['It should', 'different text']);
Expand Down

0 comments on commit 3d7500a

Please sign in to comment.