Skip to content

Commit

Permalink
test: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Nov 20, 2024
1 parent 1c2e331 commit 9161d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-app-v19/src/app/demo/demo.testbed.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ describe('demo (with TestBed):', () => {

try {
childDe = fixture.debugElement.children[4].children[0];
} catch (err) {} // eslint-disable-line no-empty
} catch {} // eslint-disable-line no-empty

childDe = fixture.debugElement.queryAll((de) => de.componentInstance instanceof MyIfChildComponent)[0];

Expand Down

0 comments on commit 9161d04

Please sign in to comment.