Skip to content

Commit

Permalink
restart Appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronabramov committed Jul 26, 2017
1 parent 5b236da commit dafff27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-cli/src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import TestWatcher from '../test_watcher';
import watch from '../watch';
import yargs from 'yargs';

console.log(require.resolve('jest-config'));
async function run(maybeArgv?: Argv, project?: Path) {
const argv: Argv = _buildArgv(maybeArgv, project);
const projects = _getProjectListFromCLIArgs(argv, project);
Expand Down
1 change: 1 addition & 0 deletions packages/jest-config/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function readConfig(

const {options, hasDeprecationWarnings} = normalize(rawOptions, argv);
const {globalConfig, projectConfig} = getConfigs(options);
console.log('readConfig', {configPath});
return {
configPath,
globalConfig,
Expand Down

0 comments on commit dafff27

Please sign in to comment.