mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
b41347e496
PR-URL: https://github.com/nodejs/node/pull/52538 Fixes: https://github.com/nodejs/node/issues/51822 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
'use strict';
|
|
require('../common');
|
|
const { testWasiPreview1 } = require('../common/wasi');
|
|
|
|
testWasiPreview1([process.platform === 'win32' ? 'poll_win' : 'poll']);
|