Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Oct 25, 2024
1 parent 9685bac commit 13d20e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/components/sidebar-widget/sidebar-widget.test.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@ const testArgs: TestVariationArgs = {
global: ["ws3"],
},
children: {
default: getChild(),
accordions: getChild("accordions"),
items: getChild("items"),
nav: getChild("nav"),
"default": getChild(),
"accordions": getChild("accordions"),
"items": getChild("items"),
"nav": getChild("nav"),
"small-bold-headers": getChild("small-bold-headers"),
table: getChild("table"),
"table": getChild("table"),
},
options: {
includeNullModifier: false,
}
},
};

export default testArgs;

0 comments on commit 13d20e0

Please sign in to comment.