Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 392 Bytes

File metadata and controls

12 lines (10 loc) · 392 Bytes

js_classes_basics

Setup

  • Make sure you have Node.js installed on your computer
  • Clone this repository
  • Open terminal in the repository's directory
  • run npm install

How to run tests

Type npm test in your console to see test results

Filter test suites

To filter test suites you have to run npm test -f TEST_NAME e.g npm test -f Car to run all tests from Car test suite