From 729d445b6885f69dd2c6355f38707bd42851c791 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:21:48 -0700 Subject: change the directory structure --- integration/snippets/spread_with_key.tsx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 integration/snippets/spread_with_key.tsx (limited to 'integration/snippets/spread_with_key.tsx') diff --git a/integration/snippets/spread_with_key.tsx b/integration/snippets/spread_with_key.tsx deleted file mode 100644 index 9c26ea5ba..000000000 --- a/integration/snippets/spread_with_key.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import React from "react"; - -export function SpreadWithTheKey({ className }: Props) { - const rest = {}; - return ( -
console.log("click")} - > - Rendered component containing warning -
- ); -} - -export function test() { - console.assert(React.isValidElement()); - return testDone(import.meta.url); -} -- cgit v1.2.3