nvim-neotest / neotest-jest

MIT License
118 stars 79 forks source link

Remove ' from testNamePatterns to fix failing tests #73

Closed JaapBarnhoorn closed 7 months ago

JaapBarnhoorn commented 1 year ago

fixes #68

The suggestion done in #68 fixes my problem with Jest not finding the tests. I'm not sure if this is a valid fix, but this works for me on Linux

mikaoelitiana commented 12 months ago

@haydenmeade do you think this solution could break something we are not aware of ?

mikaoelitiana commented 10 months ago

@JaapBarnhoorn could you please rebase your change with latest main to fix the conflict?

haydenmeade commented 10 months ago

@haydenmeade do you think this solution could break something we are not aware of ?

Seems ok if it's been tested

mikaoelitiana commented 10 months ago

@haydenmeade do you think this solution could break something we are not aware of ?

Seems ok if it's been tested

I have tested it for a while and did not encounter any issue so far