Running test
Hey there,
I am building a CLI and want to use Deno's test.
However, in my VSCode the test runs successfully whereas when running
deno test
it doesn't. I have no idea which command VS Code is running (see image).
Here is my function, i wanna test (btw. running deno run
returns the right profiles):

0 Replies