Skip to content

Commit

Permalink
feat(nxdev): fixing unit test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackDeRose committed Oct 22, 2022
1 parent 2d9d318 commit f42528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/redirect-rules.config.spec.js
Expand Up @@ -21,7 +21,7 @@ describe('Redirect rules configuration', () => {
describe('Tutorial redirects', () => {
test('old react tutorial links', () => {
const oldReactUrls = [
'/react-tutori23al/01-create-application',
'/react-tutorial/01-create-application',
'/react-tutorial/02-add-e2e-test',
'/react-tutorial/03-display-todos',
'/react-tutorial/04-connect-to-api',
Expand Down

0 comments on commit f42528b

Please sign in to comment.