Skip to content

Commit 1af0ea9

Browse files
committed
add missing helper functions
Signed-off-by: PatStLouis <[email protected]>
1 parent f27b373 commit 1af0ea9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/helpers.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ export const ISOTimeStamp = ({date = new Date()} = {}) => {
4747

4848
export const config = JSON.parse(readFileSync('./config/runner.json'));
4949

50+
<<<<<<< HEAD
5051
export const secureCredential = async ({
52+
=======
53+
export const createInitialVc = async ({
54+
>>>>>>> 2cb29e2 (add missing helper functions)
5155
issuer,
5256
vc,
5357
mandatoryPointers,

0 commit comments

Comments
 (0)