Skip to content

Commit b203be7

Browse files
committed
update
1 parent dce1f5e commit b203be7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/lib/util/well-known-properties.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,6 @@ function* getAllProperties(object) {
681681
continue
682682
}
683683
if (
684-
// https://github.com/tc39/proposal-atomics-microwait
685-
(key === "pause" && object === Atomics) ||
686684
// https://github.com/tc39/proposal-error-capturestacktrace
687685
(key === "captureStackTrace" && object === Error) ||
688686
// https://github.com/tc39/proposal-json-parse-with-source

0 commit comments

Comments
 (0)