Files
Kmake/test/wpt/test-streams.js
2026-05-26 23:36:42 -07:00

11 lines
244 B
JavaScript

'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();