react/scripts
Andrew Clark fc7835c657
Revert "Upgrade to jest 25 (#17896)" (#18376)
This reverts commit cf0081263c.

The changes to the test code relate to changes in JSDOM that come with Jest 25:

* Several JSDOM workarounds are no longer needed.
* Several tests made assertions to match incorrect JSDOM behavior (e.g. setAttribute calls) that JSDOM has now patched to match browsers.
  * https://codesandbox.io/s/resets-value-of-datetime-input-to-fix-bugs-in-ios-safari-1ppwh
* JSDOM no longer triggers default actions when dispatching click events.
  * https://codesandbox.io/s/beautiful-cdn-ugn8f
* JSDOM fixed (jsdom/jsdom#2700) a bug so that calling focus() on an already focused element does not dispatch a FocusEvent.
* JSDOM now supports passive events.
* JSDOM has improved support for custom CSS properties.
  * But requires jsdom/cssstyle#112 to land to support webkit prefixed properties.
2020-03-24 10:51:48 -07:00
..
babel Check in a forked version of object-assign only for UMD builds (#18180) 2020-02-28 11:14:09 -08:00
bench Update Readme (#14176) 2018-11-12 16:25:32 +00:00
circleci Fixed CircleCI DevTools build artifact tar internal structure (#17758) 2020-01-02 09:28:20 -08:00
error-codes [Flight] Integrate Blocks into Flight (#18371) 2020-03-23 17:53:45 -07:00
eslint Update babel-eslint and eslint packages (#17829) 2020-01-14 09:26:44 -08:00
eslint-rules Additional test infra changes for toErrorDev rename (#17632) 2019-12-17 13:31:47 +00:00
flow [Flight] Integrate Blocks into Flight (#18371) 2020-03-23 17:53:45 -07:00
git Remove leftover env variable logic in pre-commit hook 2015-09-01 14:35:47 -07:00
jest Revert "Upgrade to jest 25 (#17896)" (#18376) 2020-03-24 10:51:48 -07:00
perf-counters Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
prettier Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
print-warnings Update Flow to 0.84 (#17805) 2020-01-09 14:50:44 +00:00
release Remove error code step from publish script (#18350) 2020-03-19 14:45:07 -07:00
rollup [Flight] Integrate Blocks into Flight (#18371) 2020-03-23 17:53:45 -07:00
shared Move some files out of /shared and rename to upper case (#18363) 2020-03-21 15:22:01 -07:00
tasks Change ReactVersion from CJS to ES module (#18181) 2020-02-28 13:09:02 -08:00
yarn chore: upgrade to jest 24 (#15778) 2019-10-03 22:44:18 +05:30
authors AUTHORS 2013-09-09 23:42:54 -07:00