-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update TypeScript recipe given new extensions support #1822
Comments
I had to add
"ava": "1.0.0-beta.5.1", |
@vladimiry could you share your full AVA config, and any Babel config you may have? If configured correctly these files should skip the regular Babel pipeline so you shouldn't have to disable it. |
@novemberborn here it's https://github.com/vladimiry/protonmail-desktop-app/tree/06ac40ee0c537e536b9fa82623e7a8864c98fdef, tests can be executed running Besides what I noticed is that output is not informative enough. For example I explicitly cause a TS error, like using nonexistent / not imported type (TS2304): and I then get the output that doesn't show me what error and on which line is happened, but just the
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@vladimiry OK I figured out the problem. See #1836. |
It'd be good to update the TypeScript recipe in light of AVA's new
extensions
support.I'm suggesting the following in the release notes, but I must admit I haven't actually tested it, and it's not mentioned in the recipe yet:
Shout if you're up for trying the snippet and updating the recipe 😄
The text was updated successfully, but these errors were encountered: