Open janpio opened 3 years ago
Great extension!
I have a description that uses the os.type() for better output in CI runs. The extension takes that as a string when trying to run individual tests, which of course does not match any tests.
description
os.type()
i think the jest-editor-support parser we are using can not resolve such dynamic descriptions
Great extension!
I have a
description
that uses theos.type()
for better output in CI runs. The extension takes that as a string when trying to run individual tests, which of course does not match any tests.