mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-02-19 11:55:09 -05:00
* fix(wasm): change commit_sent to commit_recv * fix: fix tests (alpha4) * test: Test redactions * fix: skip puppeteer chrome install * chore: fix linter --------- Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
23 lines
520 B
Plaintext
23 lines
520 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<title>tlsn-js development</title>
|
|
</head>
|
|
|
|
<body>
|
|
<script>
|
|
global = globalThis //<- this should be enough
|
|
</script>
|
|
<div>Testing "full-integration-swapi":
|
|
<div id="full-integration-swapi"></div>
|
|
</div>
|
|
<div>Testing "simple-verify":
|
|
<div id="simple-verify"></div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |