Skip to content

Commit

Permalink
Fix test for Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Nov 2, 2024
1 parent 2159b6c commit 3c7908a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fixtures/symbol-well-known/input.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Used as input
// { preserveReferences: true }
export default [
Symbol.asyncDispose,
Symbol.asyncIterator,
Symbol.dispose,
Symbol.hasInstance,
Symbol.isConcatSpreadable,
Symbol.iterator,
Expand All @@ -23,9 +21,7 @@ export default [
// Default output
// { preserveReferences: false }
const withoutPreserveReferences = [
Symbol.asyncDispose,
Symbol.asyncIterator,
Symbol.dispose,
Symbol.hasInstance,
Symbol.isConcatSpreadable,
Symbol.iterator,
Expand Down

0 comments on commit 3c7908a

Please sign in to comment.