Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 394 Bytes

Marbles

Samples for how to utilize marbles to test RxJS streams

Running the tests

  1. Install Node.js version 10.5 or later
  2. Install SmartGoals app dependencies
    1. Navigate inside the root project directory from your terminal
    2. Type npm install
    3. Wait for all the dependencies to install
  3. Type npm run test from the root directory to run the test suite