Skip to content

Commit

Permalink
fix(): resoved all changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekum-Emmanuella committed Nov 15, 2024
1 parent 55d97ed commit 83240dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
21 changes: 0 additions & 21 deletions libs/message-handler/src/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion libs/message-handler/src/placeholder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ describe('didcomm', () => {
expires_time: 1516385931,
body: { messagespecificattribute: 'and its value' },
});
console.log(msg.as_value());
expect(msg.as_value()).toBeNull();

Check failure on line 16 in libs/message-handler/src/placeholder.test.ts

View workflow job for this annotation

GitHub Actions / Build and Test

src/placeholder.test.ts > didcomm > authentication example

ReferenceError: expect is not defined ❯ src/placeholder.test.ts:16:5
});
});
2 changes: 1 addition & 1 deletion libs/message-handler/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "src/pickup.test.ts"]
"include": ["src"]
}

0 comments on commit 83240dc

Please sign in to comment.