Skip to content

Commit

Permalink
feat: trapi v1.1.0 support, update handler
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodarko committed May 11, 2021
2 parents 3cec3f2 + e952cca commit 3109a8a
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 251 deletions.
2 changes: 1 addition & 1 deletion __test__/integration/TRAPIv1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe("Testing endpoints", () => {
expect(response.body.message).toHaveProperty("knowledge_graph");
expect(response.body.message.knowledge_graph).toHaveProperty("nodes");
expect(response.body.message.knowledge_graph).toHaveProperty("edges");
expect(response.body.message.knowledge_graph.nodes).toHaveProperty("MONDO:0008315")
expect(response.body.message.knowledge_graph.nodes).toHaveProperty("MONDO:0001583")
})
})

Expand Down
Loading

0 comments on commit 3109a8a

Please sign in to comment.