pet-heroes / pet-hero

An open-source project aimed to bring pet lovers together with animals who need loving homes.
MIT License
4 stars 6 forks source link

Setup Tests (TDD) #12

Closed tophergates closed 6 years ago

tophergates commented 6 years ago

Setup a basic test suite and modify package.json test script so that ESLint and tests are run concurrently.

Recommended Dependencies

tophergates commented 6 years ago

PR #16 resolves this issue. Concurrently, Mocha, and Supertest have all been added as dependencies, an initial server test has been setup, and the tests are run through Travis CI to ensure builds are successful.