mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
2e5cb5b1f7
PR-URL: https://github.com/nodejs/node/pull/46801 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
'use strict';
|
|
|
|
const { WPTRunner } = require('../common/wpt');
|
|
|
|
const runner = new WPTRunner('FileAPI/blob');
|
|
|
|
runner.runJsTests();
|