Skip to content

Commit

Permalink
feat: add tnc to token (#89)
Browse files Browse the repository at this point in the history
* feat: add tnc to token

* feat: add endpoint for tnc acceptance

* fix: token init for tnc acceptance

* fix: dir for tnc.html

* Update tnc.html (#92)

* chore: remove nodejs tests

* Update tnc.html

---------

Co-authored-by: Tom Trevethan <[email protected]>
  • Loading branch information
DhananjayPurohit and tomt1664 authored Sep 9, 2024
1 parent 4c7d0b8 commit b9973ee
Show file tree
Hide file tree
Showing 13 changed files with 165 additions and 2,982 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,7 @@ jobs:
run: |
cd clients/tests/web
sudo chmod -R 755 ./data_bitcoin_regtest
npx vitest --browser.name=chromium --browser.headless
- name: Run Client-Side Tests
run: |
cd clients/apps/nodejs
node test_basic_workflow2.js
node test_atomic_swap.js
mocha ./test/tb04-simple-lightning-latch.mjs --exit
npx vitest --browser.name=chromium --browser.headless
- name: Tear Down
run: |
docker-compose -f docker-compose-test.yml down
166 changes: 0 additions & 166 deletions clients/apps/nodejs/test/ta02-duplicate-deposits.mjs

This file was deleted.

Loading

0 comments on commit b9973ee

Please sign in to comment.