Skip to content

Commit

Permalink
test: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed May 30, 2020
1 parent 4a091a2 commit 27a028f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions src/__tests__/__snapshots__/directoryToAst-test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,8 @@ Object {
},
"kind": "dir",
"name": "auth",
"namespaceConfig": Object {
"absPath": "/Users/nodkz/www/_npm/graphql-compose-modules/src/__tests__/__testSchema__/query.auth/index.ts",
"code": Object {
"default": Object {
"type": "NamespaceCustomTypeName",
},
},
"namespaceConfig": ObjectContaining {
"kind": "file",
"name": "index",
},
},
"field": ObjectContaining {
Expand Down
1 change: 1 addition & 0 deletions src/__tests__/directoryToAst-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('directoryToAst()', () => {
isLoggedIn: expect.objectContaining({ kind: 'file' }),
nested: expect.objectContaining({ kind: 'dir' }),
},
namespaceConfig: expect.objectContaining({ kind: 'file' }),
},
field: expect.objectContaining({ kind: 'file' }),
me: {
Expand Down

0 comments on commit 27a028f

Please sign in to comment.