Running Tests

This page describes how to run the OSMD test suite. The requires that you’ve already set up OSMD for development.

Build and execute tests

$ npm test

Build, execute and watch filechanges

$ npm run test:watch