Now you can deploy to your connected Tessel device:
```bash
npm start
```
### Testing
We use [Jest][jest] to do testing of the core code in the library. Make sure to write tests for new code or update tests on existing code as needed. Test files are next to their source file named with a `.test.js` extension.
Run tests once: `npm test`
Run tests watching for changes: `npm run watch-test`