diff --git a/test/unit/utils/copy.js b/test/unit/utils/copy.js index f8f9190..6dfdcbf 100644 --- a/test/unit/utils/copy.js +++ b/test/unit/utils/copy.js @@ -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);