-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Show the filename and line number for each failed test #443
Conversation
…perty Enhance compilers for `Ast::Suite` and `Ast::Test` to include `location` property in the compiled JS code
… of custom `offset` helper
@@ -71,7 +71,7 @@ module Mint | |||
node1.input.input[start_position, count].includes?('\n') | |||
end | |||
|
|||
def merge(ast) | |||
def merge(ast) : self |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't know this was a thing :D
Well, I do see the location there (on the screenshot), twice 🤔 Difference in the output is only the last "Failed examples" section, which is missing in mint right now. |
I'm gonna merge this PR as it is, and if needed we can do a followup changing the output to the desired state. |
Resolves #441
or see the example of the failed run.