jest-editor-support
Advanced tools
Changelog
30.0.0
shell
argument to workspace config to allow users override spawn() child_process default shell - @connectdotz (#79)CI: true
env for spawned process, a better way to ensure non-watch mode run will be to explicitly add --watchAll=false
jest option in the commadLine. - @connectdotz (#79)Changelog
29.0.0
parser-test.js
to a true jest test: babel-parser.test.ts
and convert to typescript. - @connectdotz (#69).ts
files - @ehaynes99 @@gregoryzh (#75)Changelog
28.2.0
Changelog
28.1.0
test.concurrent.only.each(table)(name, fn)
) - @TheSenchChangelog
28.0.0
danger
and address other vulnerable dependency issues.Changelog
28.0.0-beta.0
pathToJest
to jestCommandLine
in the ProjectWorkspace configuration object to better convey how the property is used internally. Left the original pathToJest
with a deprecated flag. - @rossknudsen