Skip to content

Commit

Permalink
chore: remove manual __esModule override
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Jan 10, 2024
1 parent 19a4f15 commit 53a65d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/playwright/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ const combinedExports = {
...pwt,
};

Object.defineProperty(combinedExports, '__esModule', { value: true });

module.exports = combinedExports;

0 comments on commit 53a65d4

Please sign in to comment.