Skip to content

Commit

Permalink
fix(tests): quick-test doesn't rely on git
Browse files Browse the repository at this point in the history
  • Loading branch information
thepian committed Sep 20, 2015
1 parent 78a6d35 commit 47d1be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports.reset = function(done) {
};

exports.cleanup = function(done) {
require('child_process').exec('cd '+__dirname + ' && git checkout project/client/static/assets', done);
fs.emptyDir(path.join(__dirname, 'project','client','static','assets'), done);
};

exports.setAbcPreviousAbcAssets = function() {
Expand Down

0 comments on commit 47d1be4

Please sign in to comment.