mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
f85113bf1c
PR-URL: https://github.com/nodejs/node/pull/46799 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
10 lines
186 B
JavaScript
10 lines
186 B
JavaScript
'use strict';
|
|
|
|
const { WPTRunner } = require('../common/wpt');
|
|
|
|
const runner = new WPTRunner('webidl/ecmascript-binding/es-exceptions');
|
|
|
|
runner.loadLazyGlobals();
|
|
|
|
runner.runJsTests();
|