Skip to content

Commit

Permalink
restore build and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Sep 14, 2023
1 parent 6dfffa6 commit df535c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm audit

test-with-node:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
Expand Down
8 changes: 0 additions & 8 deletions packages/http-client/tests/client.spec.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
import { expect } from 'chai'
import { TbdexHttpClient } from '../src/main.js'

describe('client', () => {
it('needs tests', () => {
expect(true).to.be.true
})
})

describe('client', () => {
it('fetches PFIS', async () => {
const pfis = await TbdexHttpClient.discoverPFIs()
console.log(pfis)
expect(pfis).to.be.an('array')
})
})

0 comments on commit df535c3

Please sign in to comment.