Borja Canseco
679942bc2b
fix(jest): current file launch config on Windows
...
This commit adds the `--runTestsByPath` flag which fixes an issue with
using `${relativeFIle}` on Windows.
Closes #205
2019-09-20 12:50:10 -05:00
Marco Lackovic
8bfa10e4e5
Fix "No tests found" after update VSCode to 1.32.1
...
Jest can't find test files because VSCode changed
their ${relativeFile}'s seperator from \\ to \
See https://stackoverflow.com/questions/55095712/jest-no-tests-found-after-update-vscode-to-1-32-1
2019-03-21 12:11:47 +02:00
Kenneth Auchenberg
c458b6c532
Update JEST debug config to be in sync with launch.json
2019-02-04 14:46:15 -08:00
Kenneth Auchenberg
6177eae2d2
Update launch.json
2019-02-04 14:13:25 -08:00
Kenneth Auchenberg
821646a2ae
Merge branch 'master' into split-args
2019-02-04 14:12:49 -08:00
Rob Lourens
e28ab4d61e
Make .vscode/launch.json match the README
2019-01-03 11:57:17 -08:00
Rob Lourens
c16ac64750
Add note about race condition between sourcemap loading and hitting breakpoints
2019-01-01 19:30:25 -08:00
Rob Lourens
ad50472832
Add new disableOptimisticBPs flag
2018-12-28 14:25:22 -08:00
zhan
d6b9346aba
split arguments demonstration
2018-11-24 10:54:33 +06:00
Maddie Kreamer
bbcd376bd1
Spelling errors fixed
2018-10-30 20:16:26 -06:00
NileshParkhe83
70572e53be
Updated README.md with package.json changes
...
Pull request for Jest error - SecurityError: localStorage is not available for opaque origins #119
Please excuse any inconvenience I may have caused as I this is only my first commit on github public repository.
2018-07-30 21:04:33 +05:30
NileshParkhe83
6b606407a5
Added Jest configuration to package.json
...
Pull request for Issue reported below:
Jest error - SecurityError: localStorage is not available for opaque origins #119
2018-07-30 20:55:16 +05:30
Fabien Allanic
03936c5fe7
added instructions for windows users
2018-06-21 18:03:17 -05:00
Fabien Allanic
84476cb5ef
fixed program path so it also works with jest-cli
...
If a VS code user uses react-boilerplate, he will install jest-cli as a dependency and there won't be any jest folder. So replaced the `program` path so it uses `node_modules/.bin/jest` which will work in both cases
2018-06-18 11:56:30 -05:00
bladedeyna
ed4554f75e
Update README.md to match current launch.json
...
Jest Current File should use the args ${relativeFile} rather than ${file}
2018-04-04 11:13:20 +01:00
Kenneth Auchenberg
54fbf79e4b
Merge pull request #88 from lirantal/patch-1
...
docs(README): fix spelling typo
2018-03-26 10:49:36 -07:00
Marek Kaczkowski
c92c4ce271
Fixed debugging-jest-tests "Jest Current File" on Windows #85
2018-03-24 19:43:15 +01:00
Liran Tal
71bdd4f11d
docs(README): fix spelling typo
2018-03-24 01:22:34 +03:00
Rob Lourens
797ca8054f
Replace all instances of the deprecated workspaceRoot with workspaceFolder
2018-03-21 22:32:53 -07:00
jagreehal
ce2f7f180b
Added recipe for debugging Jest and Mocha tests in VS Code
2018-01-02 21:34:57 +00:00