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

@@ -39,6 +39,7 @@ module.exports = {
browser: true,
node: true,
jest: true,
jasmine: true
},
globals: {
__WEBPACK_ENV__: true,