Initial testing with jest (#133)

* 🎉 initial testing with jest

* 👌 update test script names & remove package-lock.json

* 👌 add 'yarn test' step to circle-ci build workflow
This commit is contained in:
Davyd McColl
2019-10-14 20:48:46 +02:00
committed by Sojan Jose
parent cdada37e3a
commit 01b72ca051
10 changed files with 1051 additions and 46 deletions

View File

@@ -53,9 +53,9 @@ jobs:
name: eslint
command: yarn run eslint
# - run:
# name: brakeman
# command: brakeman
- run:
name: test
command: yarn test
- run:
name: Copy files