Probably best handled along with #700. Assuming following config in `package.json`: ``` js { "ava": { "babel": { "extends": "./some-config.json" } } } ``` It will work as long as `process.cwd()` is the same as `package.json`. `cli.js` should normalize the path to `package.json` (`api.js` does not know anything about `package.json`). This should be part of the config normalizing discussed in #700