Skip to content

Commit fb6c67f

Browse files
committed
Fix import map
1 parent 55274ef commit fb6c67f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

__tests__/html2/citation/url.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
"@fluentui/tokens": "https://esm.sh/@fluentui/tokens?deps=react@18&exports=createDarkTheme,webLightTheme",
1212
"@testduet/wait-for": "https://unpkg.com/@testduet/wait-for@main/dist/wait-for.mjs",
1313
"botframework-webchat": "/__dist__/packages/bundle/static/botframework-webchat.js",
14+
"botframework-webchat/component": "/__dist__/packages/bundle/static/botframework-webchat/component.js",
1415
"botframework-webchat/decorator": "/__dist__/packages/bundle/static/botframework-webchat/decorator.js",
1516
"botframework-webchat/internal": "/__dist__/packages/bundle/static/botframework-webchat/internal.js",
17+
"botframework-webchat/hook": "/__dist__/packages/bundle/static/botframework-webchat/hook.js",
1618
"botframework-webchat-fluent-theme": "/__dist__/packages/fluent-theme/static/botframework-webchat-fluent-theme.js",
1719
"react": "https://esm.sh/react@18",
1820
"react-dom": "https://esm.sh/react-dom@18",
@@ -334,10 +336,10 @@
334336
'mailto:support+roadmap@example.com?subject=Roadmap%20Review%20%5BTemplate%5D&body=Please%20review%20slide%203.%0AThanks%21',
335337
'https://example.sharepoint.com/sites/Docs/Q1%231%20Plan.pptx'
336338
]);
337-
339+
338340
await host.snapshot('local');
339341
});
340342
</script>
341343
</body>
342344

343-
</html>
345+
</html>

0 commit comments

Comments
 (0)