Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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