Commit Graph

17 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
Paul O’Shannessy 6d2632adae
Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
Michal Kočárek e77128b128
feat: Allow mocking property value in tests (#13496) 2023-01-04 11:21:38 +01:00
Tom Mrazauskas 71044c06dd
chore(lint): use `jest/prefer-to-have-length` rule (#13370) 2022-10-03 15:50:06 +02:00
Tom Mrazauskas 8219820a87
chore(lint): use `jest/prefer-to-be` rule (#13369) 2022-10-03 14:07:11 +02:00
Bryan Mishkin 818b36b89a
chore: fix inconsistent workspace prefixes (#13217) 2022-09-08 11:29:38 +02:00
Feng Yu ccecdaeaae
Enforce same version of a dependency (#12668) 2022-04-19 12:48:43 +02:00
Simen Bekkhus 0a902e10e0
chore: update prettier to 2.3 (#11397) 2021-05-11 07:57:07 +02:00
Ikko Ashimine 4fa17e4556
chore: Fix typo in user.test.js (#11338) 2021-04-24 03:50:23 +02:00
Simen Bekkhus 7723ae221a
chore: bump deps (#10365) 2020-08-07 23:55:04 +02:00
Simen Bekkhus c665f229e7
feat: add `createMockFromModule` to replace `genMockFromModule` (#9962) 2020-05-03 20:37:51 +02:00
Simen Bekkhus 1c2011dbce
chore: verify all packages have the same engine requirement (#9871) 2020-04-23 20:19:29 +02: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 1818d84b2c
Migrate to Babel 7 (#7016) 2018-12-18 10:28:03 +01:00
Rubén Norte a91ea0ea2b
Add missing copyright headers and code of conduct (#7221)
* Add CODE_OF_CONDUCT.md

* Add Facebook copyright headers

* Replace inlined text with snapshot in detect open handles test
2018-10-23 17:57:23 +01:00
Michał Pierzchała f0b12711bd Upgrade deps and include examples in workspaces (#6090)
* chore: bump deps

* remove snapshot that shouldn't be checked out

* include examples in workspaces

* mark examples as private

* move pretty-format dev deps to the package; remove enzyme from root pkg

* fix immutable entry
2018-04-30 10:00:08 +01:00
Denis Kotlica 7bcdc8c230 Examples/standardize folder names (#5626)
* Standardize folder names

* Standardize folder names

* Update Manual Mocks link

* Standardize folder names
2018-02-21 00:05:40 +00:00