Commit Graph

18 Commits

Author SHA1 Message Date
Tom Mrazauskas c6b812da65
chore: remove lint exceptions for files in `examples` folder (#13346) 2022-10-01 08:01:13 +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
Simen Bekkhus 1c2011dbce
chore: verify all packages have the same engine requirement (#9871) 2020-04-23 20:19:29 +02:00
Abhishek Jain 220835cc03 refactor: Replaces findDomNode() with refs (#9124) 2019-11-02 11:48:04 +01:00
Simen Bekkhus cdef699a81
chore: remove unused eslint disable comments (#7640) 2019-01-16 18:46:27 +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
anraka 21a2b7aaee Consistent naming of files (#3798) 2017-06-23 12:00:04 -07:00
cpojer fed449c226 Changelog, get rid of `describe` in docs, fix thrown error printing, update new default error messages. 2016-08-31 19:02:14 +01:00
Christoph Pojer 3bbf32a239 New defaults for Jest. (#1511) 2016-08-30 11:07:15 +01:00
Jason Quense b2d561861c no "use strict" in a es6 module context
Summary:
Since modules are strict by default its a bit odd. super tiny nit.
Closes https://github.com/facebook/jest/pull/958

Differential Revision: D3240744

fb-gh-sync-id: a8e32b3c22cad7b04ea10ff282d4b5dbd33d21b2
fbshipit-source-id: a8e32b3c22cad7b04ea10ff282d4b5dbd33d21b2
2016-04-29 05:46:21 -07:00
cpojer 40db699e8b Update eslint rules and clean up code.
Summary:We spend too much time reviewing minor nits and it increases turnaround time. This updates the eslint config to error on a few stylistic things and it is now aligned with the Jest code style.

This was also a good change (or well, I was forced :P ) to clean up the last of the cruft of the codebase :)
Closes https://github.com/facebook/jest/pull/892

Reviewed By: vjeux

Differential Revision: D3178752

fb-gh-sync-id: 7d1b759dffeca9374ecab39f7f031cf0da6832e3
fbshipit-source-id: 7d1b759dffeca9374ecab39f7f031cf0da6832e3
2016-04-14 20:31:28 -07:00
cpojer 1e41587778 Fix babel polyfill integration, add async tests and documentation.
Summary: Closes https://github.com/facebook/jest/pull/767

Differential Revision: D3014818

fb-gh-sync-id: 7da53151ddbe12fb2d9c28ed341503d07617e5cf
shipit-source-id: 7da53151ddbe12fb2d9c28ed341503d07617e5cf
2016-03-04 16:24:56 -08:00
cpojer 741f4a8de1 Cleanup and update examples in preparation for 0.9.0. 2016-02-25 17:14:18 +09:00
cpojer 2597a0b16e Remove react example and rename the react-es6 example 2015-10-23 11:36:44 -07:00
Chiedo e3b029b8d4 Updated testing docs 2015-10-14 14:51:56 -04:00
Jake Boone 67b2e98a65 Removed React JSX pragma from CheckboxWithLabel-test.js 2015-03-11 09:59:35 -04:00
Ben Alpert db003d5dc7 Fix React example for new descriptor world 2014-07-16 18:29:56 -07:00
jeffmo 88a94d5d1b FIRST! 2014-05-14 09:42:01 -07:00