Skip to content

Commit 8691c02

Browse files
committed
Cleanup
1 parent dbb4662 commit 8691c02

5 files changed

Lines changed: 1 addition & 7 deletions

File tree

__tests__/html2/attachment/adaptiveCard/custom.fluent.dark.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
</script>
88
</head>
99
<body></body>
10-
<body></body>
1110
</html>

__tests__/html2/attachment/adaptiveCard/custom.skip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
await host.snapshot('local');
177177

178178
// When: send an adaptive card with containers
179-
await postActivity(adapter, { text: 'card containerstyles' })
179+
await postActivity(adapter, { text: 'card containerstyles' });
180180

181181
// Then: should render container styles correctly
182182
await host.snapshot('local');

__tests__/html2/part-grouping/position.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"imports": {
1010
"@fluentui/react-provider": "/__dist__/packages/test/test-assets/out/@fluentui/react-provider.js",
1111
"@fluentui/tokens": "/__dist__/packages/test/test-assets/out/@fluentui/tokens.js",
12-
"@testduet/wait-for": "https://unpkg.com/@testduet/wait-for@main/dist/wait-for.mjs",
1312
"react": "https://esm.sh/react@18",
1413
"react-dom": "https://esm.sh/react-dom@18",
1514
"react-dom/": "https://esm.sh/react-dom@18/",
@@ -41,7 +40,6 @@
4140
<script type="module">
4241
import { FluentProvider } from '@fluentui/react-provider';
4342
import { createDarkTheme, webLightTheme } from '@fluentui/tokens';
44-
import { waitFor } from '@testduet/wait-for';
4543
import React from 'react';
4644
import { createRoot } from 'react-dom/client';
4745

__tests__/html2/part-grouping/status.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"imports": {
1010
"@fluentui/react-provider": "/__dist__/packages/test/test-assets/out/@fluentui/react-provider.js",
1111
"@fluentui/tokens": "/__dist__/packages/test/test-assets/out/@fluentui/tokens.js",
12-
"@testduet/wait-for": "https://unpkg.com/@testduet/wait-for@main/dist/wait-for.mjs",
1312
"react": "https://esm.sh/react@18",
1413
"react-dom": "https://esm.sh/react-dom@18",
1514
"react-dom/": "https://esm.sh/react-dom@18/",
@@ -41,7 +40,6 @@
4140
<script type="module">
4241
import { FluentProvider } from '@fluentui/react-provider';
4342
import { createDarkTheme, webLightTheme } from '@fluentui/tokens';
44-
import { waitFor } from '@testduet/wait-for';
4543
import React from 'react';
4644
import { createRoot } from 'react-dom/client';
4745

packages/test/test-assets/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ $(REACT_DOM_OUT): $(REACT_DOM_SRC) $(REACT_OUT)
6161
esbuild $(REACT_DOM_SRC) --outfile=$@ \
6262
$(SHARED_FLAGS) \
6363
$(REACT_FLAGS) \
64-
$(REACT_DOM_INJECT) \
6564
$(ALIAS_REACT) \
6665
--alias:out-root/react.js=react \
6766
--external:react

0 commit comments

Comments
 (0)