Skip to content

Commit

Permalink
update npm packages (#75)
Browse files Browse the repository at this point in the history
* update npm packages and only install localtunnel script during tests

* fix octokit import (hopefully) and import localtunnel dynamically, so tests will pass when it is not there

* add socket.io client locally

* fix another localtunnel import in tests
  • Loading branch information
diosmosis authored Sep 25, 2024
1 parent cb06a15 commit 0404ddc
Show file tree
Hide file tree
Showing 7 changed files with 1,044 additions and 1,188 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
CLASP_CREDENTIALS: ${{ secrets.CLASP_CREDENTIALS }}
CLASP_CREDENTIALS_LOCAL: ${{ secrets.CLASP_CREDENTIALS_LOCAL }}

- name: Prepare
run: npm run test:prepare

- name: Test
run: npm test
env:
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.idea/
.clasp.json
.clasp.json*
node_modules/
tests/.env
/creds.json
/creds.json*
.clasprc.json
appsscript.backup.json
dist/
tests/appscript/actual/
/.env

/tests/utilities/mwp-localtunnel-client
Loading

0 comments on commit 0404ddc

Please sign in to comment.