An open API service indexing awesome lists of open source software.

https://github.com/asasmith/spike-test


https://github.com/asasmith/spike-test

Last synced: 11 months ago
JSON representation

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