Skip to content

Commit f5d2a99

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

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
@@ -42,7 +42,11 @@ export const ISOTimeStamp = ({date = new Date()} = {}) => {
4242

4343
export const config = JSON.parse(readFileSync('./config/runner.json'));
4444

45+
<<<<<<< HEAD
4546
export const secureCredential = async ({
47+
=======
48+
export const createInitialVc = async ({
49+
>>>>>>> 2cb29e2 (add missing helper functions)
4650
issuer,
4751
vc,
4852
mandatoryPointers,

0 commit comments

Comments
 (0)