-
Bartek Wrona authoredBartek Wrona authored
test.html 610 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WorkerBee Test</title>
</head>
<body id="workerbeebody">
<script type="importmap">
{
"imports": {
"@hiveio/wax": "/node_modules/@hiveio/wax/wasm/dist/bundle/web.js",
"@hiveio/wax/web": "/node_modules/@hiveio/wax/wasm/dist/bundle/web.js",
"@hiveio/beekeeper/web": "/node_modules/@hiveio/beekeeper/dist/bundle/web.js"
}
}
</script>
<script type="module" src="/__tests__/assets/globals.js"></script>
</body>
</html>