Skip to content

Improve tests coverage and use replacement resolver for DID documents that have id different from the requested one. #290

Improve tests coverage and use replacement resolver for DID documents that have id different from the requested one.

Improve tests coverage and use replacement resolver for DID documents that have id different from the requested one. #290

name: Credential SDK tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "20.x"
- run: yarn install --frozen-lockfile --ignore-scripts
- run: npm install -g turbo@2.0.5
- run: turbo telemetry disable
- run: turbo run test --filter @docknetwork/credential-sdk