Dot-Rhs / TDD-Recap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD Recap - Self Written Test


Created some basic tests which can be run with out without Jest.

To run the test's without Jest, CD into the folder and type node maths.test.js into the terminal. You can also use Jest by (making sure it's installed first) and typing npm test.

About


Languages

Language:JavaScript 100.0%