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! test: refactor WPTRunner and enable parallel WPT execution
  • Loading branch information
panva committed Apr 25, 2023
commit 5b7ff3144767f7136f8a2c54a938c339fde9270f
1 change: 0 additions & 1 deletion test/common/wpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ class WPTTestSpec {
* @param {string} variant test file variant
*/
constructor(mod, filename, rules, variant = '') {
this.id = Symbol();
this.module = mod;
this.filename = filename;
this.variant = variant;
Expand Down