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
It's really hard to test out the the proper functioning of our test runner. It would be help if the part where we run Deno was taken out of the test runner and put in its own module. That way we could mock it nand have the mocked Deno behave in very specific ways. That way we can test to ensure our test runner picks up on all situations.
I'm referring to this stuff, currently found in run-test.js:
It's really hard to test out the the proper functioning of our test runner. It would be help if the part where we run Deno was taken out of the test runner and put in its own module. That way we could mock it nand have the mocked Deno behave in very specific ways. That way we can test to ensure our test runner picks up on all situations.
I'm referring to this stuff, currently found in run-test.js:
The text was updated successfully, but these errors were encountered: