Skip to content

Commit a442717

Browse files
committed
Fix some typos
1 parent 0b1cb75 commit a442717

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ReactJSDay 2019 Testing Course
1+
# ReactJSDay 2019 Testing Course ([Educative](https://www.educative.io/) version)
22

33
[![RealWorld Frontend](https://img.shields.io/badge/realworld-frontend-%23783578.svg)](http://realworld.io)
44
[![RealWorld Backend](https://img.shields.io/badge/realworld-backend-%23783578.svg)](http://realworld.io)
@@ -12,7 +12,7 @@
1212

1313
This is the [reference repository](https://github.com/NoriSte/educative-cypress-course) with all the contents and the examples of the "[React Testing 101: component, integration, and end-to-end testing](https://2019.reactjsday.it/workshops/react-testing-101.html)" course for the [ReactJSDay 2019](https://2019.reactjsday.it/) conference, adapted for [Educative](https://www.educative.io/).
1414

15-
The repository aims to be consumed through [the compiled GitBook](https://noriste.github.io/educative-cypress-course/). The course starts from the peak of the testing pyramid and goes down instead of following the "standard" testing path, you can [read here](https://noriste.github.io/educative-cypress-course/book/top-to-bottom.html) the reason why. [some introductory slides](https://slides.com/noriste/educative-cypress-course) are also included but they're only useful for the teacher, they're a summary of the content presented before the coding session.
15+
The repository aims to be consumed through [the compiled GitBook](https://noriste.github.io/educative-cypress-course/). The course starts from the peak of the testing pyramid and goes down instead of following the "standard" testing path, you can [read here](https://noriste.github.io/educative-cypress-course/book/top-to-bottom.html) the reason why. [Some introductory slides](https://slides.com/noriste/educative-cypress-course) are also included but they're only useful for the teacher, they're a summary of the content presented before the coding session.
1616

1717
---
1818

book/course-description.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Testing your own web applications is much easier and more profitable than you mi
1818

1919
During the day, we will see all the useful tests for a web-app developed with React, dealing with the typical cases we encounter on a daily basis. During this course we will teach you:
2020

21-
- The basics and advantages of the main testing techniques applied to React
22-
- How to test your React components productively
2321
- The best practices to follow to write useful and lasting tests
2422
- How to test different user flows without a working back-end
2523
- How to write effective end-to-end tests (E2E)

book/types-of-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- Visual Regression tests: check that the app look doesn't change when not intended
1414

15-
You can read more in the [Component vs (UI) Integration vs E2E tests]UI tests classification](https://dev.to/noriste/component-vs-ui-integration-vs-e2e-tests-3i0d) article.
15+
You can read more in the [Component vs (UI) Integration vs E2E tests: UI tests classification](https://dev.to/noriste/component-vs-ui-integration-vs-e2e-tests-3i0d) article.
1616

1717
!INCLUDE "test-types-comparison.md"
1818

0 commit comments

Comments
 (0)