0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 14:33:11 +01:00
nodejs/test/wpt/test-streams.js

11 lines
244 B
JavaScript
Raw Normal View History

'use strict';
const { WPTRunner } = require('../common/wpt');
const runner = new WPTRunner('streams');
// Set a script that will be executed in the worker before running the tests.
runner.pretendGlobalThisAs('Window');
runner.runJsTests();