Skip to content

Commit

Permalink
chore: Enable did-issuer tests again. Has to do with including the pg…
Browse files Browse the repository at this point in the history
… driver in some folders together with PNPM
  • Loading branch information
nklomp committed Sep 6, 2023
1 parent 5fe8f46 commit 19afb42
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 224 deletions.
1 change: 0 additions & 1 deletion packages/vc-status-list-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@veramo/utils": "4.2.0",
"did-resolver": "^4.1.0",
"morgan": "^1.10.0",
"pg": "^8.11.3",
"typescript": "4.9.5"
},
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/w3c-vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"passport": "^0.6.0",
"passport-azure-ad": "^4.3.5",
"ts-node": "^10.9.1",
"pg": "^8.11.3",
"typeorm": "^0.3.12"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/wellknown-did-issuer/__tests__/localAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ const testContext = {
isRestTest: false,
}

describe.skip('Local integration tests', () => {
describe('Local integration tests', () => {
wellKnownDidIssuerAgentLogic(testContext)
})
2 changes: 1 addition & 1 deletion packages/wellknown-did-issuer/__tests__/restAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ const testContext = {
isRestTest: true,
}

describe.skip('REST integration tests', () => {
describe('REST integration tests', () => {
wellKnownDidIssuerAgentLogic(testContext)
})
Loading

0 comments on commit 19afb42

Please sign in to comment.