fix test script

This commit is contained in:
0xtsukino
2023-11-14 09:51:48 +03:00
parent 13c673dc0c
commit 1295207681
3 changed files with 3 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
import { prove, verify, NOTARY_SERVER_PUBKEY } from '../src';
(async function runTest() {
console.log('hi1')
const proof = await prove('https://swapi.dev/api/people/1', {
method: 'GET',
headers: {