jtenner

Results 143 comments of jtenner

No. They are coupled to the host at the moment. The reason why is because the Reflect api has to tell the host the shape of the expected and actual...

If this is all set, feel free to close this issue.

@yjhmelody do you have experience with transforms?

@ColinEberhardt the proposed solution I had would be to give developers the ability to return whatever value they want. The problem here is that the `expect()` function requires a `void`...

I think I'm going to mark this is as `wontfix`.

Okay. Since aspect creates multiple tests, and the transforms exist across every single file, how should we handle this? ```ts // @as-pect out = [name].out.ts ``` I feel like we...

I believe that this is definitely a problem. I will investigate soon.

The `describe` function is void. When you export the return value of a void function, this results in undefined assemblyscript behavior. ```ts function noValue(): void {} // should be a...

Yes. This behavior is mirrored in jest object comparisons. It was by design.