diff --git a/__tests__/copy-tpl.js b/__tests__/copy-tpl.js index e6ab9f1..98fcffa 100644 --- a/__tests__/copy-tpl.js +++ b/__tests__/copy-tpl.js @@ -43,7 +43,7 @@ describe('#copyTpl()', () => { ]; const copyOptions = { globOptions: { - ignore: filenames[1] + ignore: [filenames[1]] } }; const newPath = '/new/path'; diff --git a/package.json b/package.json index 37b08cd..37414e5 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jest": "^22.1.0", "mem-fs": "^1.0.0", "nsp": "^3.1.0", - "sinon": "^4.0.0" + "sinon": "^5.0.0" }, "jest": { "collectCoverage": true,