From 81e030367bf922d115748b3dcadb27deed191565 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Wed, 12 Mar 2025 18:53:32 +0100 Subject: [PATCH] Updated test import map to get working new test related to broadcast method verification --- __tests__/assets/test.html | 1 + 1 file changed, 1 insertion(+) diff --git a/__tests__/assets/test.html b/__tests__/assets/test.html index 5c95960..938c132 100644 --- a/__tests__/assets/test.html +++ b/__tests__/assets/test.html @@ -10,6 +10,7 @@ { "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" } } -- GitLab