Skip to content

Commit de6fbd2

Browse files
chore: remove dead comments
1 parent f1cf8ff commit de6fbd2

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

tests/test_utils.tsx

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -341,41 +341,3 @@ for await (const entry of Deno.readDirSync(ISLAND_FIXTURE_DIR)) {
341341
const spec = path.join(ISLAND_FIXTURE_DIR, entry.name);
342342
allIslandBuilder.registerIsland(spec);
343343
}
344-
345-
// export const allIslandApp = new App()
346-
// .island(getIsland("Counter.tsx"), "Counter", Counter)
347-
// .island(
348-
// getIsland("CounterWithSlots.tsx"),
349-
// "CounterWithSlots",
350-
// CounterWithSlots,
351-
// )
352-
// .island(getIsland("EscapeIsland.tsx"), "EscapeIsland", EscapeIsland)
353-
// .island(getIsland("FnIsland.tsx"), "FnIsland", FnIsland)
354-
// .island(getIsland("FragmentIsland.tsx"), "FragmentIsland", FragmentIsland)
355-
// .island(getIsland("IslandInIsland.tsx"), "IslandInIsland", IslandInIsland)
356-
// .island(getIsland("JsonIsland.tsx"), "JsonIsland", JsonIsland)
357-
// .island(
358-
// getIsland("JsxChildrenIsland.tsx"),
359-
// "JsxChildrenIsland",
360-
// JsxChildrenIsland,
361-
// )
362-
// .island(getIsland("JsxConditional.tsx"), "JsxConditional", JsxConditional)
363-
// .island(getIsland("JsxIsland.tsx"), "JsxIsland", JsxIsland)
364-
// .island(getIsland("Multiple.tsx"), "Multiple1", Multiple1)
365-
// .island(getIsland("Multiple.tsx"), "Multiple2", Multiple2)
366-
// .island(getIsland("NullIsland.tsx"), "NullIsland", NullIsland)
367-
// .island(getIsland("PartialInIsland.tsx"), "PartialInIsland", PartialInIsland)
368-
// .island(getIsland("PassThrough.tsx"), "PassThrough", PassThrough)
369-
// .island(getIsland("SelfCounter.tsx"), "SelfCounter", SelfCounter)
370-
// .island(getIsland("NodeProcess.tsx"), "NodeProcess", NodeProcess)
371-
// .island(getIsland("FreshAttrs.tsx"), "FreshAttrs", FreshAttrs)
372-
// .island(
373-
// getIsland("OptOutPartialLink.tsx"),
374-
// "OptOutPartialLink",
375-
// OptOutPartialLink,
376-
// )
377-
// .island(
378-
// getIsland("../fixture_island_groups/routes/foo/(_islands)/Foo.tsx"),
379-
// "Foo",
380-
// Foo,
381-
// );

0 commit comments

Comments
 (0)