1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/hooks/test/__helper/index.ts
2021-04-09 17:54:01 +02:00

6 lines
150 B
TypeScript

import path from 'path';
export const parseConfigurationFile = (name) => {
return path.join(__dirname, `../partials/config/yaml/${name}.yaml`);
};