Merge pull request #72 from TheBlueMatt/main
[ldk-java] / ts / test / index.html
1 <!DOCTYPE html>
2 <html>
3 <head></head>
4 <body>
5 <script type="text/javascript">
6         var test_runner;
7 </script>
8 <script type="module">
9         import { run_tests } from './tests.mjs';
10         run_tests('../../liblightningjs.wasm');
11         test_runner = run_tests;
12 </script>
13 </body>
14 </html>