You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript for the the module mockserver-node, in order to launch mockserver server using TS in strict mode.
I just tried to compile and run mockserver-node with TS in strict mode ( Compiler options : strict : true), and it is not so easy , especially when using cucumber that doesn't take account of added customized types.
The better way should be to have the TS types embedded into module, as the mockserver-client has.
Alternative, should be to have @types mockserver-node available...
Another alternative, to have the mockserver-node included into mockserver- client ( as java version is made ) as this last is typescript ready.
The text was updated successfully, but these errors were encountered:
Typescript for the the module mockserver-node, in order to launch mockserver server using TS in strict mode.
I just tried to compile and run mockserver-node with TS in strict mode ( Compiler options : strict : true), and it is not so easy , especially when using cucumber that doesn't take account of added customized types.
The better way should be to have the TS types embedded into module, as the mockserver-client has.
Alternative, should be to have @types mockserver-node available...
Another alternative, to have the mockserver-node included into mockserver- client ( as java version is made ) as this last is typescript ready.
The text was updated successfully, but these errors were encountered: