Skip to content

Commit

Permalink
added individual tests to routes
Browse files Browse the repository at this point in the history
  • Loading branch information
parkrafael committed Nov 28, 2024
1 parent 71af7f8 commit 1b47439
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions backend/src/routes/test/auth-route.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test("empty test", () => {
expect(true).toBe(true);
});
3 changes: 3 additions & 0 deletions backend/src/routes/test/logbooks-route.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test("empty test", () => {
expect(true).toBe(true);
});
3 changes: 0 additions & 3 deletions backend/test/backend.test.js

This file was deleted.

0 comments on commit 1b47439

Please sign in to comment.