chore: Fixed linter warnings
This commit is contained in:
parent
09951e70bb
commit
1a21e28deb
5 changed files with 4 additions and 16 deletions
|
@ -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
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue