[BREAKING CHANGE] テスト時の設定ファイルを分けるように

See CHANGELOG for more details
This commit is contained in:
syuilo
2017-01-17 08:37:24 +09:00
parent f76d55b1d2
commit 9abb108b5e
4 changed files with 19 additions and 4 deletions

View File

@ -3,7 +3,7 @@ const yaml = require('js-yaml');
const inquirer = require('inquirer');
const configDirPath = `${__dirname}/../.config`;
const configPath = `${configDirPath}/config.yml`;
const configPath = `${configDirPath}/default.yml`;
const form = [
{