node/test/wpt/test-streams.js

11 lines
244 B
JavaScript
Raw Permalink 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();