@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
13 lines (12 loc) • 317 B
HTML
<html>
<script src=bundle.js></script>
<body>
<pre>
require('crypto').createHash('sha1').update('abc').digest('hex') == '<span id=ans></span>'
</pre>
</body>
<script>
document.getElementById('ans').innerHTML = require('crypto').createHash('sha1').update('abc').digest('hex')
</script>
</html>