mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
8dd0658e87
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>
18 lines
188 B
JavaScript
18 lines
188 B
JavaScript
import fixtures from './fixtures.js';
|
|
|
|
const {
|
|
fixturesDir,
|
|
path,
|
|
fileURL,
|
|
readSync,
|
|
readKey,
|
|
} = fixtures;
|
|
|
|
export {
|
|
fixturesDir,
|
|
path,
|
|
fileURL,
|
|
readSync,
|
|
readKey,
|
|
};
|