diff options
author | William Carroll <wpcarro@gmail.com> | 2023-01-20T23·30-0800 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-20T23·33+0000 |
commit | 7f37cfb184780748ba9c07b483635699ba0a0af2 (patch) | |
tree | 325958fec550fc7cc5c812d4bce90450bffb8270 /users/wpcarro/slx.js/index.html | |
parent | 6945601ef3c064d4a3bc6a921452fff56d45f055 (diff) |
test(wpcarro/slx): Add (basic) tests r/5717
Tests with React? ...wat? Change-Id: I95ccd08bb6e66e9d74a63a596b5f844f9dab0361 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7884 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/slx.js/index.html')
-rw-r--r-- | users/wpcarro/slx.js/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/wpcarro/slx.js/index.html b/users/wpcarro/slx.js/index.html new file mode 100644 index 000000000000..966705a6427e --- /dev/null +++ b/users/wpcarro/slx.js/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <title>Tests</title> + <link rel="stylesheet" href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" /> + </head> + <body> + <div id="mount"></div> + <script src="./index.js"></script> + <script src="./tests.js" type="module"></script> + </body> +</html> |