mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Forgot to push mock file for testing
This commit is contained in:
parent
a7deb5c12d
commit
88a924f756
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,7 +9,6 @@ junit.xml
|
||||
.vscode
|
||||
*.iml
|
||||
dist
|
||||
src/**/*.js
|
||||
archive
|
||||
coverage
|
||||
test/result
|
||||
|
||||
7
src/templates/__mocks__/index.js
Normal file
7
src/templates/__mocks__/index.js
Normal file
@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
compiler: [8, '>= 4.3.0'],
|
||||
useData: true,
|
||||
main: function(container, depth0, helpers, partials, data) {
|
||||
return '';
|
||||
},
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user