jest-editor-support
Advanced tools
Changelog
27.0.0
[breaking change] Replace the Settings
class with a getSettings
function - stephtr
getSettings
now simply returns a promise resolving to jest's config.
Improved handling of quoted commands, arguments and escaped spaces - omjadas
Changelog
25.0.0
This is the first release that is de-coupled from the Jest release cycle. So, in your head, consider this a 1.0 kinda thing.
Updates the jest-snapshot
dependency to an alpha build of jest 24.x
This is because the codebase was migrated with Jest, and now uses functions
from the master builds that don't seem to be available on the latest production
versions of jest-snapshot/. If someone wants to backport this to the prod builds
look at the usage of the buildSnapshotResolver
Adds the ability to parse describe blocks - https://github.com/facebook/jest/pull/7215