Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MB-9609 migrate frontend #32

Merged
merged 18 commits into from
Oct 23, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move Writing Frontend Tests Enzyme and React Testing Library
  • Loading branch information
gidjin committed Oct 23, 2021
commit b45ddb3576b2f9256faafb2238cecb67b7d2e678
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ module.exports = {
'/docs/dev/testing/writing-tests/Writing-Frontend-Tests-for-MilMove',
],
},
{
to: '/docs/frontend/testing/writing-frontend-tests-enzyme-and-react-testing-library',
from: [
'/docs/dev/testing/writing-tests/Writing-Frontend-Tests-Enzyme-and-React-Testing-Library',
],
},
],
}
],
Expand Down