mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-02 03:00:18 -04:00
fix test script
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user