mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
3d003543b7
PR-URL: https://github.com/nodejs/node/pull/47834 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
'use strict';
|
|
|
|
const { WPTRunner } = require('../common/wpt');
|
|
|
|
const runner = new WPTRunner('html/webappapis/timers', { concurrency: 1 });
|
|
|
|
runner.runJsTests();
|