-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not automatically run tests #129
Conversation
I don't like this, you're losing some really nice behavior here. I think a better way forward is:
At the moment it's neat that you can run |
@hayd Try executing file_server.ts on the current master - there's a bug - note what is printed on the last line:
This is caused by: Having the test runner run automatically is not very explicit and leads to problems like this. |
@hayd I've added a basic |
whelp, that sure is a bug! Wow. I was imagining |
Actually I was thinking something more powerful |
The problem I had when doing this, after ESM, was Also, you can add a --grep arg fairly easily to filter tests by name. |
@hayd good point. dynamic import coming soon.. |
EDIT oops misunderstood. New comment: There's a better solution for the issue this is intended tot fix. |
Discussed off github: we'll land this now to fix the bug in file_server. We'll add something like |
Added an issue for this #152 |
Can I make a PR for:
? |
See #160. |
cc @hayd