Skip to content

Commit

Permalink
chore: regen snapshots to match new format
Browse files Browse the repository at this point in the history
  • Loading branch information
ntziolis committed Nov 18, 2021
1 parent 76a4c50 commit 8c47d4b
Showing 1 changed file with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ type UserSearchResult {
type User {
id: ID!
name: String!
}
"
}"
`;

exports[`hoist should hoist field and filter individual args via pathConfig 1`] = `
Expand All @@ -28,8 +27,7 @@ type UserSearchResult {
type User {
id: ID!
name: String!
}
"
}"
`;

exports[`hoist should hoist field and filter individual args via pathConfig independent of global flag 1`] = `
Expand All @@ -44,8 +42,7 @@ type UserSearchResult {
type User {
id: ID!
name: String!
}
"
}"
`;

exports[`hoist should hoist field with mixed pathConfig array 1`] = `
Expand All @@ -60,8 +57,7 @@ type UserSearchResult {
type User {
id: ID!
name: String!
}
"
}"
`;

exports[`hoist should hoist field with string pathConfig array 1`] = `
Expand All @@ -76,6 +72,5 @@ type UserSearchResult {
type User {
id: ID!
name: String!
}
"
}"
`;

0 comments on commit 8c47d4b

Please sign in to comment.