Build/Test Tools: Remove now obsolete jest-image-snapshot dependency.

With the migration of visual regression tests to Playwright in [56926], this package is no longer needed and can be safely removed.

See #59517.
Built from https://develop.svn.wordpress.org/trunk@56980


git-svn-id: http://core.svn.wordpress.org/trunk@56491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2023-10-21 08:38:29 +00:00
parent 8d7ccf869d
commit 62d53d3ff9

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-alpha-56978';
$wp_version = '6.5-alpha-56980';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.