Skip to content

Commit

Permalink
refactor(envited.ascs.digital): typing
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren committed Jan 30, 2024
1 parent f3f1256 commit cac533c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/envited.ascs.digital/common/database/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface AscsMember extends AscsUser {
url: string
articlesOfAssociation: string
contributionRules: string
vatId: string
}

export interface AscsUser {
Expand Down
2 changes: 1 addition & 1 deletion apps/envited.ascs.digital/common/utils/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { USER_CREDENTIAL } from '../fixtures'
import * as SUT from './utils'

describe('api/utils', () => {
describe('common/utils', () => {
describe('extractIdFromCredential', () => {
it('should return the id from the credentialSubject', () => {
// when ... we want to get the id from the credential
Expand Down

0 comments on commit cac533c

Please sign in to comment.