mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
aa4c57ae7e
PR-URL: https://github.com/nodejs/node/pull/30617 Fixes: https://github.com/nodejs/node/issues/30600 Reviewed-By: Guy Bedford <guybedford@gmail.com>
17 lines
246 B
JavaScript
17 lines
246 B
JavaScript
/* eslint-disable node-core/require-common-first, node-core/required-modules */
|
|
import fixtures from './fixtures.js';
|
|
|
|
const {
|
|
fixturesDir,
|
|
path,
|
|
readSync,
|
|
readKey,
|
|
} = fixtures;
|
|
|
|
export {
|
|
fixturesDir,
|
|
path,
|
|
readSync,
|
|
readKey,
|
|
};
|