mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-08 08:30:56 +00:00
Re-enabling typescript node test (#1190)
Explicitly adding node.js 8 type definitions before ClientResponse interface was removed due to deprecation.
This commit is contained in:
parent
56c4751e74
commit
1a61456f71
@ -20,7 +20,8 @@
|
||||
"rewire": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^2.4.2"
|
||||
"typescript": "^2.4.2",
|
||||
"@types/node": "8.10.34"
|
||||
}{{#npmRepository}},
|
||||
"publishConfig": {
|
||||
"registry": "{{npmRepository}}"
|
||||
|
3
pom.xml
3
pom.xml
@ -1041,8 +1041,7 @@
|
||||
<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
|
||||
<module>samples/client/petstore/typescript-fetch/tests/default</module>
|
||||
<module>samples/client/petstore/typescript-axios/tests/default</module>
|
||||
<!-- comment out due to newer version of TS installed
|
||||
<module>samples/client/petstore/typescript-node/npm</module>-->
|
||||
<module>samples/client/petstore/typescript-node/npm</module>
|
||||
<!-- comment out due to github rate limit error
|
||||
<module>samples/client/petstore/typescript-angularjs</module>-->
|
||||
<!-- comment out due to error `npm run build`
|
||||
|
@ -20,7 +20,8 @@
|
||||
"rewire": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^2.4.2"
|
||||
"typescript": "^2.4.2",
|
||||
"@types/node": "8.10.34"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://skimdb.npmjs.com/registry"
|
||||
|
Loading…
x
Reference in New Issue
Block a user