Skip to content

Commit

Permalink
test(tests): Test extending configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ta2edchimp committed Mar 19, 2016
1 parent cecadda commit 5a8859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const processCwd = process.cwd
const processExit = process.exit
const consoleLog = console.log // eslint-disable-line no-console
const noSpecifiedFile = './fixtures/no-path'
const specifiedFile = './fixtures/.eslintrc'
const specifiedFile = './fixtures/.eslintrc.js'
const mainFile = path.join(process.cwd(), specifiedFile)
const extendingFile = './fixtures/extending-config.json'
const indexStub = {
Expand Down

0 comments on commit 5a8859a

Please sign in to comment.