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>
8 lines
219 B
JavaScript
8 lines
219 B
JavaScript
'use strict';
|
|
|
|
// Tests test/wasi/wasm/preopen_populates.wasm, see test/wasi/c/preopen_populates.c
|
|
require('../common');
|
|
const { testWasiPreview1 } = require('../common/wasi');
|
|
|
|
testWasiPreview1(['preopen_populates']);
|