Skip to content

Commit

Permalink
test: fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard2perez committed Oct 25, 2017
1 parent 09dc87b commit 0ea18fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utils/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('copy', function () {
let res = await utils.copy('./templates/public/img/koaton.png', './koaton.png', utils.writemodes.create);
f.init(true);
assert.equal(res, 'koaton.png');
assert.equal(' \u001b[36mcreate\u001b[39m: \u001b[32mkoaton.png\u001b[39m', f.log());
assert.ok(f.log().indexOf('koaton.png') > -1);

f.init();
await utils.copy('./templates/public/img/koaton.png', './koaton.png', utils.writemodes.update);
Expand Down

0 comments on commit 0ea18fa

Please sign in to comment.