Skip to content

Commit

Permalink
Updates to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoo1984 committed Jan 25, 2024
1 parent 1963564 commit 57824be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "mesh start",
"build": "mesh build",
"dev": "mesh dev",
"test": "npm run build && MOCKING_ENABLED=1 jest"
"test": "mesh build && MOCKING_ENABLED=1 jest"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/UnifiedSchema.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ directive @globalOptions(sourceName: String, endpoint: String, operationHeaders:
directive @httpOperation(path: String, operationSpecificHeaders: ObjMap, httpMethod: HTTPMethod, isBinary: Boolean, requestBaseBody: ObjMap, queryParamArgMap: ObjMap, queryStringOptionsByParam: ObjMap) on FIELD_DEFINITION
type Query @globalOptions(sourceName: "CZIDREST", endpoint: "/") {
type Query @globalOptions(sourceName: "CZIDREST", endpoint: "http://web:3001/") {
appConfig(id: ID!): AppConfig
pathogenList(version: String): PathogenList!
project(id: Int!): Project!
Expand Down

0 comments on commit 57824be

Please sign in to comment.