Archived
1
0

refactor: add scripts to separate unit, e2e tests

This commit is contained in:
Joe Previte
2021-03-09 16:35:25 -07:00
parent d10da3f7c3
commit 529d69e8e8
7 changed files with 46 additions and 19 deletions

View File

@ -6,7 +6,7 @@ main() {
yarn fmt
yarn lint
yarn test
yarn test:unit
}
main "$@"