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

Jest test runner for VS Code

Results 23 jest-run-it issues
Sort by recently updated
recently updated
newest added

I am using nvm so I need to be able to at least specify the node path.

``` ❯ /usr/bin/env 'NODE_OPTIONS=--require "/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js" --inspect-publish-uid=http' 'VSCODE_INSPECTOR_OPTIONS={"inspectorIpc":"/var/folders/nw/0tjfp_vs1zd25vgqgp0_7sww0000gn/T/node-cdp.59092-1.sock","deferredMode":false,"waitForDebugger":"","execPath":"/opt/homebrew/bin/node","onlyEntrypoint":false,"autoAttachMode":"always","fileCallback":"/var/folders/nw/0tjfp_vs1zd25vgqgp0_7sww0000gn/T/node-debug-callback-5926a02bc4546813"}' /opt/homebrew/bin/node ./node_modules/.bin/jest /Users/jahv/Documents/Projects/oak/identity-strategy-server/server/socket/ChecksumUtils.test.ts -t "shoud validateRequest\\(\\)" --runInBand Debugger attached. Waiting for the debugger to disconnect... /Users/jahv/Documents/Projects/oak/identity-strategy-server/node_modules/.bin/jest:2 basedir=$(dirname "$(echo "$0"...

The marketplace has 2 similar extensions: [firsttris.vscode-jest-runner](https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner) and [jest-community/vscode-jest](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest). It will be good if you will add to the extension description in Marketplace and in GitHub repo readme high level...

using the plugin on version 0.6.0 this test works ![image](https://user-images.githubusercontent.com/2149815/120206973-1e70f180-c22c-11eb-9a9f-1add58385ca5.png) i simply add a empty row, the button disappear ![image](https://user-images.githubusercontent.com/2149815/120207006-2c267700-c22c-11eb-9a04-f6b0fbd3da1e.png)

Hi, I like your runner the best, but I never see the option to run with -u available through a click. Can I enable it somehow?

Would be nice to have a dedicated button/icon for a `--watch` action when you want to focus testing on a specific test. Can be done with the cli options but...

My folder structure is: ``` projectroot --services ---serviceA ------unit-tests --------handler.test.js ---serviceB ------unit-tests --------handler.test.js ``` I am on windows and have enabled double quotes config. When I try to run the...