You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@ Learn how to write test in JavaScript.
8
8
9
9
### Testing Framework
10
10
11
-
Getting familair with testing framework by building [your own framework](https://github.com/aofleejay/testing-in-javascript/tree/master/testing-framework) from scratch.
11
+
-Getting familair with testing framework by building [your own framework](https://github.com/aofleejay/testing-in-javascript/tree/master/testing-framework) from scratch.
12
12
13
13
### Basic Testing
14
14
15
-
Basic testing by writing test for [calculator](https://github.com/aofleejay/testing-in-javascript/tree/master/calculator) module.
15
+
-Basic testing by writing test for [calculator](https://github.com/aofleejay/testing-in-javascript/tree/master/calculator) module.
16
16
17
17
### React Testing
18
18
19
-
Basic React testing by test [counter](https://github.com/aofleejay/testing-in-javascript/tree/master/counter) application.
19
+
-Basic React testing by test [counter](https://github.com/aofleejay/testing-in-javascript/tree/master/counter) application.
20
20
21
-
Integration testing in React by test [twitter](https://github.com/aofleejay/testing-in-javascript/tree/master/twitter) application.
21
+
-Integration testing in React by test [twitter](https://github.com/aofleejay/testing-in-javascript/tree/master/twitter) application.
0 commit comments