diff --git a/change/@microsoft-fast-html-nested-elements-bbcf343c-0f72-4bed-ba3a-62a2a5f11495.json b/change/@microsoft-fast-html-nested-elements-bbcf343c-0f72-4bed-ba3a-62a2a5f11495.json new file mode 100644 index 00000000000..1c0d1551afe --- /dev/null +++ b/change/@microsoft-fast-html-nested-elements-bbcf343c-0f72-4bed-ba3a-62a2a5f11495.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "chore(fast-html): use @microsoft/fast-build to build nested-elements fixture", + "packageName": "@microsoft/fast-html", + "email": "7559015+janechu@users.noreply.github.com", + "dependentChangeType": "none" +} diff --git a/packages/fast-html/scripts/build-fixtures.js b/packages/fast-html/scripts/build-fixtures.js index 1c67530ba2a..41cc242b472 100644 --- a/packages/fast-html/scripts/build-fixtures.js +++ b/packages/fast-html/scripts/build-fixtures.js @@ -7,7 +7,7 @@ import { fileURLToPath } from "node:url"; // Builds test fixtures using @microsoft/fast-build. Add fixture names here // incrementally as each one is verified to work with the fast-build CLI. -const fixtures = ["attribute"]; +const fixtures = ["attribute", "nested-elements"]; const __dirname = dirname(fileURLToPath(import.meta.url)); const require = createRequire(import.meta.url); diff --git a/packages/fast-html/test/fixtures/nested-elements/entry.html b/packages/fast-html/test/fixtures/nested-elements/entry.html new file mode 100644 index 00000000000..962fe64041d --- /dev/null +++ b/packages/fast-html/test/fixtures/nested-elements/entry.html @@ -0,0 +1,14 @@ + + +
+ + +