fix joiner-config-builder test

This commit is contained in:
Pedro Guzman
2025-06-09 15:04:18 +02:00
parent 0fd0a0892b
commit 9e3b3667f8
2 changed files with 8 additions and 2 deletions
@@ -405,7 +405,10 @@ describe("joiner-config-builder", () => {
],
})
const schemaExpected = `type FulfillmentSet {
const schemaExpected = `scalar DateTime
scalar JSON
directive @enumValue(value: String) on ENUM_VALUE
type FulfillmentSet {
id: ID!
created_at: DateTime!
updated_at: DateTime!