Closed Cobs closed 1 year ago
Works fine on my side, I just tried it, check it out:
Care must be taken to ensure that the backslash that escapes the dollar is removed. But should be. Is it the case on your side ? Also, could you give more information about your setup? OS, Terminal, shell, please?
I use mac os venture 13.3.1, default terminal and shell with a zsh config, but i got the same result with /bin/bash
Closing the issue because whatever it is, it's not seems to be related to the extension.
Hi,
As the title say, I can 't individually run the test below by clicking on the codelense button:
it works fine by running the whole group though. The console execute the line
cd "/path/to/project && npm run test -- --files "tests/dir/mytest.ts" --tests "test with {\$self}"
and the output isNO TESTS EXECUTED
I tried to tweak a little the command but didn't find a way to launch the test with CLI. As far as i know, it's undocumented on japa, so it could be a Japa bug, I don't know