Add workflow to build, test, and check formatting/artifacts on PR (#8)

* add workflow

* add workflow and remove husky

* prettier tests
This commit is contained in:
Shawn Napora
2019-08-08 14:36:59 -04:00
committed by Danny McCormick
parent 6ea3f673aa
commit 9851c37052
4 changed files with 29 additions and 233 deletions

View File

@ -1,4 +1,3 @@
describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {
});
it('TODO - Add a test', async () => {});
});