node/test/wasi/test-wasi-clock_getres.js
Joyee Cheung d55643d6fc test: split test-wasi.js
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>
2025-08-18 12:17:56 +00:00

9 lines
256 B
JavaScript

'use strict';
// Tests test/wasi/wasm/clock_getres.wasm, see test/wasi/c/clock_getres.c
require('../common');
const { testWasiPreview1 } = require('../common/wasi');
// This test is currently unsupported on IBM i PASE
testWasiPreview1(['clock_getres']);