jest-run-it icon indicating copy to clipboard operation
jest-run-it copied to clipboard

Test with template literal is not working

Open micaelmbagira opened this issue 3 years ago • 2 comments

If you have such a test

it(`should ${'foo'}`, () => {
});

it will be skipped

The issue has apparently been fixed in jest-editor-support but the fix hasn't landed here. I guess it's just a matter of updating the dependency to the latest version and releasing a new version, is that correct?

micaelmbagira avatar Jan 20 '21 13:01 micaelmbagira

It probably is. Do you wanna raise a PR to bump the dependency?

nithinpeter avatar Jan 20 '21 22:01 nithinpeter

@nithinpeter here you go, as mentioned in the PR, I am not sure how to test that.

micaelmbagira avatar Jan 21 '21 10:01 micaelmbagira