forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup travis install. We don’t need the latest npm3 any longer. (je…
…stjs#2525) * Cleanup travis install. We don’t need the latest npm3 any longer. * Revert "Adds support for using Danger on PRs (jestjs#2508)" This reverts commit 2b81d21.
- Loading branch information
Showing
6 changed files
with
39 additions
and
510 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
*~ | ||
*.swp | ||
.DS_STORE | ||
/node_modules | ||
.eslintcache | ||
*.swp | ||
*~ | ||
/examples/*/node_modules/ | ||
/packages/*/node_modules/ | ||
/integration_tests/*/node_modules | ||
/integration_tests/transform/*/coverage | ||
/integration_tests/transform/*/node_modules | ||
/node_modules | ||
/packages/*/build/ | ||
/packages/*/coverage/ | ||
/packages/*/node_modules/ | ||
/website/build | ||
/website/node_modules | ||
/integration_tests/transform/*/coverage | ||
/integration_tests/transform/*/node_modules | ||
/integration_tests/*/node_modules | ||
npm-debug.log | ||
website/core/metadata*.js | ||
website/src/jest/docs | ||
website/src/jest/blog | ||
coverage | ||
lerna-debug.log | ||
npm-debug.log* | ||
coverage | ||
.eslintcache | ||
website/core/metadata*.js | ||
website/src/jest/blog | ||
website/src/jest/docs | ||
yarn-error.log |
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 was deleted.
Oops, something went wrong.
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.