-
Notifications
You must be signed in to change notification settings - Fork 707
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
[Bug] Launch "Run AVA tests" don't resolve the right file #2174
Labels
Comments
What's the file that is trying to execute?
…________________________________
From: Jesus David García Gomez <notifications@github.com>
Sent: Thursday, April 4, 2019 11:54
To: webhintio/hint
Cc: Subscribed
Subject: [webhintio/hint] [Bug] Launch "Run AVA tests" don't resolve the right file (#2174)
🐛 Bug report
Description
When you try to run the tests from VSCode for a file you get an error: Error: ENOENT: no such file or directory
Steps to reproduce
1. Go to the tab "Debug" in VSCode.
2. Choose the configuration "Run AVA test"
3. Open the file packages/hint/tests/lib/config.ts
4. Press F5 to run the tests.
Expected
The tests run.
Actual
You get an error Error: ENOENT: no such file or directory
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2174>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAlBgnlLvkWWR9YKUyC69sel6QohMywxks5vdkpxgaJpZM4cdeti>.
|
|
OK, the task is only for hint tests, not the hint package 😔
|
I think the easiest will be to create a separate task to test the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug report
Description
When you try to run the tests from VSCode for a file you get an error:
Error: ENOENT: no such file or directory
Steps to reproduce
packages/hint/tests/lib/config.ts
Expected
The tests run.
Actual
You get an error
Error: ENOENT: no such file or directory
The text was updated successfully, but these errors were encountered: