https://github.com/dbox/sugartest
https://github.com/dbox/sugartest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbox/sugartest
- Owner: dbox
- Created: 2017-01-13T22:09:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T22:10:53.000Z (over 9 years ago)
- Last Synced: 2024-12-28T09:21:23.083Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# sugartest
sugartest
## Setup
- make sure [node.js](http://nodejs.org) is at version >= `6`
- `npm i spike -g`
- clone this repo down and `cd` into the folder
- run `npm install`
- run `spike watch` or `spike compile`
## Testing
Tests are located in `test/**` and are powered by [ava](https://github.com/sindresorhus/ava)
- `npm install` to ensure devDeps are installed
- `npm test` to run test suite