Skip to content

Commit d672cd6

Browse files
committed
comment
1 parent 1966807 commit d672cd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/helpers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import path from 'path';
55
export const SCHEMA_DIR = path.join(__dirname, 'resources', 'schemas');
66

77
// This is a subset of our schema. Make sure to extend if needed
8-
// when adding tests.
9-
// This schema is NOT a V2 copy of the V1 schema above
8+
// when adding tests.
109
export const graphSchemaV2 = gql.buildSchema(
1110
fs.readFileSync(path.join(SCHEMA_DIR, 'schema-v2.gql'), 'utf-8')
1211
);

0 commit comments

Comments
 (0)