Commit Graph

25 Commits

Author SHA1 Message Date
Simen Bekkhus d6baacfe74
feat: Refer to specific versions of Jest monorepo dependencies instead of range (#14553) 2023-09-20 12:52:18 +00:00
Simen Bekkhus 149383e258
fix(pretty-format): Handle empty string children in React same as `react-test-renderer` (#14470) 2023-09-19 13:16:01 +02:00
Chang Wei 4aae8e9df2
examples: use right way to reverse state in examples code 'CheckboxWithLabel.js' (#14184) 2023-06-21 11:05:20 +02:00
Simen Bekkhus d106643a8e
chore: refresh lockfile (#14073) 2023-04-14 13:35:57 +02:00
Paul O’Shannessy 6d2632adae
Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
Simen Bekkhus fc8562dcae
chore: add some missing dev dependencies (#13837) 2023-01-28 17:20:27 +01:00
Simen Bekkhus b9282e1972
chore: refresh lockfile (#13798) 2023-01-23 10:59:28 +01:00
Bryan Mishkin 818b36b89a
chore: fix inconsistent workspace prefixes (#13217) 2022-09-08 11:29:38 +02:00
Simen Bekkhus b10c61fda1
chore: refresh lockfile (#13096) 2022-08-06 00:38:07 +02:00
Feng Yu ccecdaeaae
Enforce same version of a dependency (#12668) 2022-04-19 12:48:43 +02:00
Simen Bekkhus 465518a2fa
chore: remove explicit `@babel/plugin-proposal-class-properties` (#12412) 2022-02-16 21:50:14 +01:00
Nicolas Charpentier e3c84b54d6
chore: update React examples to match with the new React guidelines (#12217) 2022-02-11 08:31:28 +01:00
Nicolas Charpentier 040a50b725
docs: use function components in React examples (#11329) 2021-04-23 07:20:24 +02:00
Simen Bekkhus 30b6cee924
chore: default to node test env rather than browser (#9874) 2020-11-04 17:47:02 +01:00
Simen Bekkhus 1c2011dbce
chore: verify all packages have the same engine requirement (#9871) 2020-04-23 20:19:29 +02:00
Ryan von Kunes Newton c031ff0cbf docs: add comment about 'cleanup' in react-testing-library exam… (#9144) 2019-11-09 16:58:59 +01:00
Simen Bekkhus ee2bea16a9
chore: sort member in imports (#8846) 2019-08-18 13:37:09 +02:00
Joana Deluca Kleis 8902dbe77f [docs] changed react-testing-library package name to @testing-library/react (#8753) 2019-07-27 10:21:38 +02:00
Mark de Dios 4f06ee4881 chore: use property initializer syntax (#8117) 2019-03-14 17:05:09 +01:00
Simen Bekkhus 5f7c3e4e12
Bump some dev dependency versions (#8044) 2019-03-04 18:55:52 +01:00
Simen Bekkhus ae8280f7b0
chore: upgrade all dependencies but babel (#8014)
* chore: upgrade all dependencies but babel

* fix whitespace inconsistencies in package.jsons

* upgrade presets

* dedupe

* partial revert

* trigegr build

* a bit more dedupe

* what about this?

* dedupe runtime

* dedupe traverse

* dedupe generator

* upgrade everything not core or parser

* dedupe parser

* keep babel core and babel parser onm 7.2 in abebl-jest, bump everywhere else

* kepp babel-jest back, bump everything else (less diff)

* chore: try parser 7.3.0

* 7.3.1

* 7.3.2

* 7.3.3

* 7.3.4

* core 7.3.3

* Revert "core 7.3.3"

This reverts commit ca3b283b22.

* Revert "7.3.4"

This reverts commit 25e7b5365d.

* Revert "Revert "7.3.4""

This reverts commit f0063e6fa9.

* Revert "Revert "Revert "7.3.4"""

This reverts commit 44976c0fa5.

* core 7.3.3
2019-03-01 22:28:28 +01:00
Michał Pierzchała 64b3a9b72b
chore(breaking): remove regenerator-runtime injection (#7595)
* feat: use @babel/plugin-transform-runtime instead of regenerator-runtime

* fix async example

* add changelog

* add babel/core and babel-jest to all examples

* fix native async test

* chore: dedupe lockfile

* remove babel from native transform test

* add test for async regenerator
2019-01-20 11:43:57 +01:00
Simen Bekkhus 066f0e3cbf
chore: update deps (#7618) 2019-01-13 17:05:13 +01:00
Simen Bekkhus 1818d84b2c
Migrate to Babel 7 (#7016) 2018-12-18 10:28:03 +01:00
Terrence Wong 5b7c75d4c3 Add react testing library example (#7346)
* docs: add react-testing-library example

* chore: rename test files to match comments in docs

* docs: show react-testing-library example first then enzyme
2018-11-09 18:48:40 +00:00