https://github.com/asasmith/spike-test
https://github.com/asasmith/spike-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asasmith/spike-test
- Owner: asasmith
- Created: 2017-06-21T20:34:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T20:34:53.000Z (about 9 years ago)
- Last Synced: 2025-06-16T06:05:17.642Z (about 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# spike test
test
## 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