hanihusam / js-testing-fundamentals

Fundamentals of Testing in JavaScript on TestingJavaScript.com

Home Page:https://testingjavascript.com/courses/fundamentals-of-testing-in-javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Testing Fundamentals


Learn how automated JavaScript testing works by building your own framework!


All Contributors

Order of material:

  1. simple.js
  2. assertion-library.js
  3. testing-framework.js
  4. async-await.js
  5. globals.js
  6. jest.test.js

The files are intended to test the math module.

To run the files, run node lessons/<lesson-filename>.js.

For the global one, run node -r ./setup-globals.js ./lessons/globals.js

For the jest.test.js one, run npx jest.

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Nash Kabbara

๐Ÿ“–

Bruno Ramires

๐Ÿ“–

Phil Z

๐Ÿ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Fundamentals of Testing in JavaScript on TestingJavaScript.com

https://testingjavascript.com/courses/fundamentals-of-testing-in-javascript

License:Other


Languages

Language:JavaScript 100.0%