This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Version Packages (#47) #58
Annotations
3 errors
tests/e2e.test.ts > print schema:
packages/pothos-plugin-effect/tests/e2e.test.ts#L12
Error: Snapshot `print schema 1` mismatched
- Expected
+ Received
@@ -44,12 +44,12 @@
float: Float
floatList: [Float!]
id: ID
idList: [ID!]
int: Int
- intList: [Int!]
- posts: Post
+ intList: [Int!]!
+ posts: [Post!]
roll: Int
string: String
stringList: [String!]
user: User
users(after: String, before: String, first: Int, last: Int): UserConnection
❯ tests/e2e.test.ts:12:56
|
tests/e2e.test.ts > query drizzle fields:
packages/pothos-plugin-effect/tests/e2e.test.ts#L155
Error: Snapshot `query drizzle fields 1` mismatched
- Expected
+ Received
{
"data": {
- "posts": {
- "content": "Book Content",
- "id": "1",
- "title": "Book Title",
- },
+ "posts": [
+ {
+ "content": "Book Content",
+ "id": "1",
+ "title": "Book Title",
+ },
+ ],
},
}
❯ tests/e2e.test.ts:155:18
|
Test
Process completed with exit code 1.
|