Skip to content

Commit

Permalink
fix: Appease ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Apr 26, 2024
1 parent d4ff12e commit 2e2f5ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debug/test/browser/component-stack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ describe('component stack', () => {

it('should not print a warning when "@babel/plugin-transform-react-jsx-source" is installed', () => {
function Thrower() {
throw 'foo';
return <div>foo</div>;
throw new Error('foo');
}

try {
Expand Down

0 comments on commit 2e2f5ab

Please sign in to comment.