mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-02 03:00:18 -04:00
* chore: add unit test using puppeteer * chore: add package-lock * chore: add package-lock * fix: temporary workaround for issue in time crate * experimenting with tests * chore: make testRunner more modular * feat: add simple-verify test * chore: add test to github action --------- Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
19 lines
413 B
Plaintext
19 lines
413 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 id="full-integration-swapi"></div>
|
|
<div id="simple-verify"></div>
|
|
</body>
|
|
|
|
</html> |