Current section

Files

Jump to
spellweaver priv bun node_modules cspell-config-lib dist test-helpers fixtures.js
Raw

priv/bun/node_modules/cspell-config-lib/dist/test-helpers/fixtures.js

import * as path from 'node:path';
const fixturesDir = path.join(__dirname, '../../fixtures');
export function fixtures(pathOfFixture = '') {
return path.resolve(fixturesDir, pathOfFixture);
}
//# sourceMappingURL=fixtures.js.map