diff --git a/foundation/foundation-tests.ts b/foundation/foundation-tests.ts index ff7bb015b6..9706fbf97c 100644 --- a/foundation/foundation-tests.ts +++ b/foundation/foundation-tests.ts @@ -344,4 +344,3 @@ $(document).foundation("reflow"); plugin_list().forEach((plugin) => $(document).foundation(plugin, "reflow")); $(document).foundation("slider", "set_value", 100); -Foundatio