feat(test): Setup unit testing

This commit is contained in:
Simon Chen
2018-12-05 13:52:33 -05:00
parent db25a18f9d
commit adfefac85d
5 changed files with 90 additions and 0 deletions

View File

@@ -30,3 +30,6 @@ restart-detached:
validate-no-uncommitted-package-lock-changes:
git diff --exit-code package-lock.json
test:
docker exec -it edx.gradebook jest