1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-28 04:27:46 +07:00
verdaccio-ui/test/unit/__helper.js

6 lines
149 B
JavaScript
Raw Normal View History

2019-04-05 02:23:40 +07:00
import path from 'path';
export const parseConfigurationFile = (name) => {
return path.join(__dirname, `./partials/config/yaml/${name}.yaml`);
};