- Forgot to push mock file for testing

This commit is contained in:
Ferdi Koomen 2020-05-24 11:24:43 +02:00
parent a7deb5c12d
commit 88a924f756
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,7 +9,6 @@ junit.xml
.vscode
*.iml
dist
src/**/*.js
archive
coverage
test/result

View File

@ -0,0 +1,7 @@
module.exports = {
compiler: [8, '>= 4.3.0'],
useData: true,
main: function(container, depth0, helpers, partials, data) {
return '';
},
};