Skip to content

Commit

Permalink
fix: add a test file to jarm
Browse files Browse the repository at this point in the history
  • Loading branch information
auer-martin committed Oct 3, 2024
1 parent b119275 commit 1309fb7
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('jarm', () => {
it('should create some tests', () => {
expect(true).toBe(true);
});
});
describe('jarm', () => {
it('should create some tests', () => {
expect(true).toBe(true);
});
});
3 changes: 3 additions & 0 deletions packages/jarm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"valibot": "^0.42.1",
"@sphereon/oid4vc-common": "workspace:*"
},
"devDependencies": {
"typescript": "5.5.3"
},
"engines": {
"node": ">=18"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
},
{
"path": "did-auth-siop-adapter"
},
{
"path": "jarm"
}
]
}
31 changes: 29 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1309fb7

Please sign in to comment.