mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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>
9 lines
256 B
JavaScript
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']);
|