mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +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>
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
'use strict';
|
|
|
|
// Tests test/wasi/wasm/stat.wasm, see test/wasi/c/stat.c
|
|
require('../common');
|
|
const { testWasiPreview1 } = require('../common/wasi');
|
|
|
|
testWasiPreview1(['stat']);
|