Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 387 Bytes

Sauce Labs Hipchat Service

Build Status

Sauce Labs' integration with Hipchat

Start dev server (nodemon, restarts on change)

npm run dev

Start real server

npm run start

Run Tests

npm run test

Watch run tests

npm run test -- -w