Stone Lasley
Stone Lasley
I want to keep this open as the nature of this project, essentially (shallowly) mirroring a much larger project, presents some challenges and the current method of testing may be...
@MagicAardvark Thank you for the PR. As I stated previously I've never used jest so I'm coming at this from ignorance. How does this fix the problem in Jest? I'm...
@MagicAardvark, thanks again. I'll merge this in as soon as I have time to test it against a couple projects I have. I also need to get caught up on...
@russcarver thanks for the issue. I've never used Jest but I'll have a look.
@russcarver @MagicAardvark do either of you have a public project that is using jest that I could clone and tinker with?
@MagicAardvark, thank you.
@kamok @lathonez I've been grappling with the problem I think you're describing, when to use TestUtils and when you need a more tailored testmodule. I have a project where I'm...
how is everyone testing classes with asynchronous tasks in their constructor? I've started using the following approach but I'd love to find a better way. ```typescript class MyClass { constructor(platform:...
@euleule that's a good point and that's also an approach I've used. It points out a weakness in my example. I think I should have provided the initialize to the...