Skip to content

Commit

Permalink
Reimplements sidebar changes from jestjs#4651 (jestjs#4661)
Browse files Browse the repository at this point in the history
Further .gitignore cleanup
  • Loading branch information
ericnakagawa authored and cpojer committed Oct 11, 2017
1 parent 1ece140 commit 08a3fee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
13 changes: 0 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,12 @@
/packages/*/node_modules/

/website/build
/website/core/metadata*.js
/website/node_modules
/website/src/jest/blog
/website/src/jest/docs
/website/yarn.lock
/website/translated_docs

/website/lib/core/metadata.js
/website/lib/core/MetadataBlog.js
/website/translated_docs
/website/yarn.lock
/website/node_modules

/website/i18n/*
!/website/i18n/en.json

/website/translated_docs/*
/website/build

coverage
lerna-debug.log
npm-debug.log
Expand Down
2 changes: 1 addition & 1 deletion docs/TestingFrameworks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: testing-frameworks
title: Testing web frameworks
title: Testing Web Frameworks
---

Although Jest may be considered a React-specific test runner, in fact it is a universal testing platform, with the ability to adapt to any JavaScript library or framework. In this section we'd like to link to community posts and articles about integrating Jest into other popular JS libraries.
Expand Down
3 changes: 2 additions & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"setup-teardown": "Setup and Teardown",
"snapshot-testing": "Snapshot Testing",
"asynchronous": "Testing Asynchronous Code",
"testing-frameworks": "Testing web frameworks",
"testing-frameworks": "Testing Web Frameworks",
"timer-mocks": "Timer Mocks",
"troubleshooting": "Troubleshooting",
"tutorial-async": "An Async Example",
Expand All @@ -34,6 +34,7 @@
"GitHub": "GitHub",
"Introduction": "Introduction",
"API Reference": "API Reference",
"Framework Guides": "Framework Guides",
"Guides": "Guides"
},
"pages-strings": {
Expand Down
8 changes: 5 additions & 3 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@
"configuration",
"cli"
],
"Guides": [
"snapshot-testing",
"Framework Guides": [
"tutorial-react",
"tutorial-react-native",
"testing-frameworks"
],
"Guides": [
"snapshot-testing",
"tutorial-async",
"timer-mocks",
"manual-mocks",
"webpack",
"migration-guide",
"testing-frameworks",
"troubleshooting"
]
}
Expand Down

0 comments on commit 08a3fee

Please sign in to comment.