mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: remove manual __esModule override (#28935)
This commit is contained in:
parent
a0750b7854
commit
38822d1014
@ -748,5 +748,3 @@ export const test = _baseTest.extend<TestFixtures, WorkerFixtures>(playwrightFix
|
||||
export { defineConfig } from './common/configLoader';
|
||||
export { mergeTests } from './common/testType';
|
||||
export { mergeExpects } from './matchers/expect';
|
||||
|
||||
export default test;
|
||||
|
||||
@ -21,6 +21,4 @@ const combinedExports = {
|
||||
...pwt,
|
||||
};
|
||||
|
||||
Object.defineProperty(combinedExports, '__esModule', { value: true });
|
||||
|
||||
module.exports = combinedExports;
|
||||
module.exports = Object.assign(combinedExports.test, combinedExports);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user