Commit Graph

9 Commits

Author SHA1 Message Date
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 b3bfc338f1
chore: bump to `react-native@0.61` in examples (#8884) 2020-02-11 19:18:19 +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
Simen Bekkhus 559e70d486 Flow upgrade (#4355)
* Update to flow 0.52

* Update to flow 0.53

* Suppress flow errors from https://github.com/facebook/flow/issues/4658

* Remove redundant `$FlowFixMe`s

* Add new workaround for `React.createElement(undefined)`
2017-08-27 08:34:18 +01:00
Michał Pierzchała ab6f4c3001 Bump prettier to 1.5.2 (#3965)
* Bump prettier to 1.5.2

* Fix unexpected string concatenation

* Extract isSymbol helper and fix flow
2017-07-04 22:16:51 +01:00
mpontus 9b157c3a7c Audit @flow and "use strict" (#3451)
* Remove 'use strict' from all files

* 'use strict' removed from pacakges' sources
* Strict mode is now enabled automatically by babel
* 'use strict' check removed from dangerfile
* Updated contributing guidelines

* Enable @flow for most files

* Commit yarn.lock

* Revert removal of "use strict" in test and mock files

* Improve annotations for ReportDispatcher

* Replace "void 0" with "undefined"

* Update babel-plugin-transform-strict-mode to match transitive deps
2017-05-12 11:01:23 +01:00
Michał Pierzchała 8c2a65120a Prettier 1.2.2, refactor runCommand (#3352)
* Prettier 1.2.2, refactor runCommand

* Fix test-examples

* Run prettier on examples and scripts

* Fix integration_tests

* Disable esilnt's computed-property-spacing
2017-04-25 16:16:08 +01:00
Hannan Ali b903fe5377 lint all examples using eslint (#3080)
* lint examples/react-native

* correct indentations for react-native example
2017-03-06 19:49:04 +00:00
Christoph Pojer 58ab781f89 Add experimental react-native support. (#1317)
* Add preset option and experimental jest-react-native project.

* Import react-native example.

* Add react-native JS examples.

* Update test runner for the react-native-example.

* Use the mocks provided by react-native.

* Preset updates.

* Skip react-native example on Node 4.

* Update Changelog.

* Add react-native tutorial, update react tutorial, add blog post.
2016-07-27 13:43:27 +09:00