This repository contains the integration test suite for Music Library API challenge.
- Fork this repository
git clone git@github.com:<your-github-username>/music-library-api.git
npm install
npm test
uses Mocha to run e2e tests defined intests
directory