Skip to content
Closed
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
Update test/parallel/test-structuredClone-global.js
Co-authored-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
Ethan-Arrowood and targos authored Aug 25, 2021
commit cdde45c9e88de0299fbb3c2cdf8d9bf70d502835
2 changes: 1 addition & 1 deletion test/parallel/test-structuredClone-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ strictEqual(globalThis.structuredClone, _structuredClone);
structuredClone = undefined;
strictEqual(globalThis.structuredClone, undefined);

// Restore the value of performance for the known globals check
// Restore the value for the known globals check.
structuredClone = _structuredClone;