Skip to content

Commit

Permalink
move overrides fixture into it's own directory to make room for addit…
Browse files Browse the repository at this point in the history
…ional fixtures
  • Loading branch information
jamestalmage committed Jan 3, 2016
1 parent 1e068e0 commit 5010bd7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test('fix option', async t => {
t.is(fs.readFileSync(filepath, 'utf8').trim(), 'var foo = 0; foo++;');
});

test('fixture', async t => {
const cwd = path.join(__dirname, 'fixtures');
await execa('../../cli.js', ['--no-local'], {cwd});
test('overrides fixture', async t => {
const cwd = path.join(__dirname, 'fixtures/overrides');
await execa('../../../cli.js', ['--no-local'], {cwd});
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5010bd7

Please sign in to comment.