Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 976 Bytes

File metadata and controls

25 lines (13 loc) · 976 Bytes

JavaScript Testing

code style: prettier

Learn how to write test in JavaScript.

📝 Outline

Testing Framework

Basic Testing

  • Basic testing by writing test for calculator module.

React Testing

  • Basic React testing by test counter application.

  • Integration testing in React by test twitter application.

📈 Slide