Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianSnoo committed Jan 6, 2025
1 parent 466089c commit aea24b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/wds-monkey-patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const monkeyPatchCJS = () => ({
export class Readable {};
export class Writable {};
`
} else if (context.path.endsWith('eventemitter3/index.js')) {
return 'export default class EventEmitter {};';
}
}
})

0 comments on commit aea24b7

Please sign in to comment.