diff options
author | 2023-06-01 00:19:33 -0700 | |
---|---|---|
committer | 2023-06-01 00:19:33 -0700 | |
commit | a4ccd4e0b4cc19f534bf639f30b7e4218400e1e8 (patch) | |
tree | 250f89bddd6e6c920645db2ad39bb7edf576edf0 /packages/bun-macro-relay/test/foo.tsx | |
parent | cb0f76aa73f6b85667b57015a77ac39d9c78aa0b (diff) | |
parent | 689434e012a47b9be897f6d90d6aa211b13dfc19 (diff) | |
download | bun-jarred/port.tar.gz bun-jarred/port.tar.zst bun-jarred/port.zip |
Merge branch 'main' into jarred/portjarred/port
Diffstat (limited to '')
-rw-r--r-- | packages/bun-macro-relay/test/foo.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/bun-macro-relay/test/foo.tsx b/packages/bun-macro-relay/test/foo.tsx deleted file mode 100644 index fbb54f551..000000000 --- a/packages/bun-macro-relay/test/foo.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import { graphql } from "react-relay"; - -export const Foo = () => { - const definition = graphql` - query FooOperation { - foo - } - `; - - return <div>{definition.operation.name}</div>; -}; |