-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94ec3ce
commit cd8a2c7
Showing
19 changed files
with
107 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Enzyme Guides | ||
# enzyme Guides | ||
|
||
- [*Using Enzyme with Browserify*](guides/browserify.md) | ||
- [*Using Enzyme with WebPack*](guides/webpack.md) | ||
- [*Using Enzyme with JSDOM*](guides/jsdom.md) | ||
- [*Using Enzyme with Jest*](guides/jest.md) | ||
- [*Using Enzyme with Karma*](guides/karma.md) | ||
- [*Using Enzyme with Mocha*](guides/mocha.md) | ||
- [*Using Enzyme with React Native*](guides/react-native.md) | ||
- [*Using Enzyme with Lab*](guides/lab.md) | ||
- [*Using Enzyme with Tape and AVA*](guides/tape-ava.md) | ||
- [*Using enzyme with Browserify*](guides/browserify.md) | ||
- [*Using enzyme with WebPack*](guides/webpack.md) | ||
- [*Using enzyme with JSDOM*](guides/jsdom.md) | ||
- [*Using enzyme with Jest*](guides/jest.md) | ||
- [*Using enzyme with Karma*](guides/karma.md) | ||
- [*Using enzyme with Mocha*](guides/mocha.md) | ||
- [*Using enzyme with React Native*](guides/react-native.md) | ||
- [*Using enzyme with Lab*](guides/lab.md) | ||
- [*Using enzyme with Tape and AVA*](guides/tape-ava.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Using Enzyme with Browserify | ||
# Using enzyme with Browserify | ||
|
||
If you are using a test runner that runs code in a browser-based environment, you may be using | ||
[browserify](http://browserify.org/) in order to bundle your React code. | ||
|
||
Prior to Enzyme 3.0 there were some issues with conditional requires that were used | ||
to maintain backwards compatibility with React versions. With Enzyme 3.0+, this | ||
Prior to enzyme 3.0 there were some issues with conditional requires that were used | ||
to maintain backwards compatibility with React versions. With enzyme 3.0+, this | ||
should no longer be an issue. If it is, please file a GitHub issue or make a PR | ||
to this documentation with instructions on how to set it up. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.