node/test/common/fixtures.mjs
Geoffrey Booth 4e0502625b
esm: refactor esm tests out of test/message
PR-URL: https://github.com/nodejs/node/pull/41352
Backport-PR-URL: https://github.com/nodejs/node/pull/41776
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2022-01-31 21:46:27 -05:00

17 lines
188 B
JavaScript

import fixtures from './fixtures.js';
const {
fixturesDir,
path,
fileURL,
readSync,
readKey,
} = fixtures;
export {
fixturesDir,
path,
fileURL,
readSync,
readKey,
};