Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup!
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
debadree25 and aduh95 authored Jan 30, 2023
commit 0b296367ed14fe9662a076210c26baf643a0294b
3 changes: 2 additions & 1 deletion test/parallel/test-whatwg-transformstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ class Source {

{
Object.defineProperty(Object.prototype, 'type', {
get: common.mustNotCall()
get: common.mustNotCall('get %Object.prototype%.type'),
set: common.mustNotCall('set %Object.prototype%.type'),
});

new TransformStream({
Expand Down