Skip to content

Commit

Permalink
fix(): update integration tests
Browse files Browse the repository at this point in the history
Add a dash to the header for consistency
  • Loading branch information
LMFinney authored and Lance Finney committed May 12, 2020
1 parent c08dbea commit 38d54a7
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions lib/graphql.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const GRAPHQL_MODULE_ID = 'GqlModuleId';
export const SUBSCRIPTION_TYPE = 'Subscription';

export const DEFINITIONS_FILE_HEADER = `
/*
* ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/array-property.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/custom-scalar.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/enum.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/federation.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/interface-property.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/mutation.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/query-skip-args.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/query.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/simple-type.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/generated-definitions/typename.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

/** ------------------------------------------------------
/*
* -------------------------------------------------------
* THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
* -------------------------------------------------------
*/
Expand Down

0 comments on commit 38d54a7

Please sign in to comment.