Skip to content

Commit

Permalink
Minor change to test fixture clean fn
Browse files Browse the repository at this point in the history
re-sorting operations to remove stale fixtures *before* writing the
standard starting ones
  • Loading branch information
es128 committed Jul 22, 2015
1 parent 8e5cd1e commit e3ca705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ function runTests(options) {
delete options.cwd;
delete options.depth;
delete options.ignorePermissionErrors;
rmFixtures();
fs.writeFileSync(getFixturePath('change.txt'), 'b');
fs.writeFileSync(getFixturePath('unlink.txt'), 'b');
rmFixtures();
done && d(done, true)();
}

Expand Down

0 comments on commit e3ca705

Please sign in to comment.