node/test/wpt/test-broadcastchannel.js
Filip Skokan 2e5cb5b1f7
test: remove useless WPT init scripts
PR-URL: https://github.com/nodejs/node/pull/46801
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2023-02-25 17:03:18 +00:00

8 lines
149 B
JavaScript

'use strict';
const { WPTRunner } = require('../common/wpt');
const runner = new WPTRunner('webmessaging/broadcastchannel');
runner.runJsTests();