adding tests

This commit is contained in:
Benjamin Boudreau
2018-05-29 21:56:01 -04:00
parent 9e9127738e
commit 234431c143
9 changed files with 2346 additions and 14 deletions

13
.circleci/config.yml Normal file
View File

@@ -0,0 +1,13 @@
version: 2
jobs:
build:
docker:
- image: node:10
steps:
- checkout
- run:
name: dep install
command: npm install
- run:
name: test
command: npm test