There is a flake in the tests. Split them so that people stop piling more test cases that flake the monolith. PR-URL: https://github.com/nodejs/node/pull/59488 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
'use strict';
|
|
|
|
// Tests test/wasi/wasm/getrusage.wasm, see test/wasi/c/getrusage.c
|
|
require('../common');
|
|
const { testWasiPreview1 } = require('../common/wasi');
|
|
|
|
testWasiPreview1(['getrusage']);
|