Skip to content

Commit

Permalink
Add "TODO: add tests for query routes." in app.test.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Jul 19, 2024
1 parent 89a7036 commit 56791b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/log-viewer-webui/server/src/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ test("Tests the example routes", async (t) => {
t.equal(resp.statusCode, httpStatusCodes.OK);
t.match(JSON.parse(resp.body), {msg: String});
});

// eslint-disable-next-line no-warning-comments
// TODO: add tests for `query` routes.

0 comments on commit 56791b5

Please sign in to comment.