Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hugi Hlynsson <[email protected]>
  • Loading branch information
aleks-tpom6oh and hugihlynsson authored Sep 13, 2024
1 parent 3cc13b9 commit 4ee2a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ts-avo-inspector-example/src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jest.mock('avo-inspector', () => {

const browserModule = jest.requireActual(browserPath);

return browserModule;//require("avo-inspector/dist/index.js");
return browserModule; // require("avo-inspector/dist/index.js");
}

throw new Error('Browser field not found in package.json');
Expand Down

0 comments on commit 4ee2a83

Please sign in to comment.