node/test/common/fixtures.mjs
Geoffrey Booth 8dd0658e87
esm: refactor esm tests out of test/message
PR-URL: https://github.com/nodejs/node/pull/41352
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2022-01-06 11:07:52 +00:00

18 lines
188 B
JavaScript

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