Skip to content

Commit ede7336

Browse files
committed
📝 Add bullet.
1 parent 2ac1846 commit ede7336

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Learn how to write test in JavaScript.
88

99
### Testing Framework
1010

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.
1212

1313
### Basic Testing
1414

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.
1616

1717
### React Testing
1818

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.
2020

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.
2222

2323
## :chart_with_upwards_trend: Slide
2424

0 commit comments

Comments
 (0)