1
0
Fork 0

chore: Fixed linter warnings

This commit is contained in:
Joost De Cock 2020-03-15 11:17:00 +01:00
parent 09951e70bb
commit 1a21e28deb
5 changed files with 4 additions and 16 deletions

View file

@ -486,7 +486,7 @@ function configurePatternUnitTests(pkg, config) {
fs.writeFileSync(
path.join(dest, file),
Mustache.render(
fs.readFileSync(path.join(source, file), "utf-8"),
fs.readFileSync(path.join(source, file+'.template'), "utf-8"),
replace
)
);