1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/unit/__helper/index.js
Juan Picado @jotadeveloper d052bcef89
test: relocate helpers
2019-05-19 21:03:45 +02:00

6 lines
150 B
JavaScript

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