Skip to content

Commit

Permalink
fixup: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Nov 28, 2019
1 parent f4eb371 commit 118171c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -85,6 +85,7 @@ const undocumented = difference(process.allowedNodeEnvironmentFlags,
documented);
// Remove intentionally undocumented options.
assert(undocumented.delete('--debug-arraybuffer-allocations'));
assert(undocumented.delete('--es-module-specifier-resolution'));
assert(undocumented.delete('--experimental-worker'));
assert(undocumented.delete('--no-node-snapshot'));
assert(undocumented.delete('--loader'));
Expand Down

0 comments on commit 118171c

Please sign in to comment.