Skip to content

Commit

Permalink
Merge pull request #22 from kbarbounakis/update-test-environment
Browse files Browse the repository at this point in the history
update testing environment
  • Loading branch information
kbarbounakis authored May 23, 2022
2 parents 051307e + 9662537 commit 4a48e70
Show file tree
Hide file tree
Showing 21 changed files with 1,721 additions and 344 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"beforeEach": false,
"beforeAll": false,
"after": false,
"afterEach": false,
"afterAll": false,
"expect": false,
"expectAsync": false,
Expand Down
8 changes: 8 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: npm install && npm run build


Loading

0 comments on commit 4a48e70

Please sign in to comment.