Chuck Reeves

Results 46 comments of Chuck Reeves

@mmomtchev Yeah, that is another workaround until this is addressed, but it's not ideal. When using Babel, you lose the type checking in your tests. Hopefully, this can be addressed...

@mmomtchev sorry I meant you loose type checking for your test scripts. Yes you still get TS checking for code. Apologies for the mis type @patricklafrance I didn't do anything...

@mmomtchev yes `ts-jest` will run it through typescript. Babel will not and you lose type checking. It is described in the documentation https://jestjs.io/docs/getting-started#using-typescript > However, there are some [caveats](https://babeljs.io/docs/en/babel-plugin-transform-typescript#caveats) to...

@mmomtchev Babel will not type check tests. I don't know how else to explain it. I recently reviewed the entire code base to ensure that tests were correctly typed by...

@BeLi4L The SDK does not include types for webhook requests. The types you see are used to type how we send the requests to the API. With some of the...

@BeLi4L, I figured I would give you an update on this ticket. Come this fall, I will be working with our engineering team to get the JSON schemas for every...