Skip to content
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

Wrongly escape quotes when running a unique test #4

Closed
Cobs opened this issue Sep 27, 2022 · 2 comments
Closed

Wrongly escape quotes when running a unique test #4

Cobs opened this issue Sep 27, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Cobs
Copy link

Cobs commented Sep 27, 2022

Hi,

I just got bamboozled for a couple of hours by a bug when trying to run a unique test in a file. Here an exemple :

test("Can't do something", ({ assert }) => {
    assert.isTrue(false)
})

When clicking the "Run the below test" button, the terminal will execute the command npm run test -- --files "tests/functional/myfile.spec.ts" --tests "Can\'t do something"

as a result the terminal shows NO TESTS EXECUTED

Indeed, the right command should be npm run test -- --files "tests/functional/myfile.spec.ts" --tests "Can't do something"

@Julien-R44
Copy link
Owner

Oops !
Thanks for the feedback. I will fix it by tomorrow

@Julien-R44 Julien-R44 self-assigned this Sep 27, 2022
@Julien-R44 Julien-R44 added the bug Something isn't working label Sep 27, 2022
@Julien-R44
Copy link
Owner

Published 1.0.0 on the marketplace!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants