0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/hooks/test/__helper/index.ts

6 lines
150 B
TypeScript
Raw Normal View History

import path from 'path';
export const parseConfigurationFile = (name) => {
2019-05-19 14:03:45 -05:00
return path.join(__dirname, `../partials/config/yaml/${name}.yaml`);
};