Skip to content

Commit

Permalink
added dummy backend test
Browse files Browse the repository at this point in the history
  • Loading branch information
parkrafael committed Nov 26, 2024
1 parent ada1ac3 commit 75bfa22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/test/backend-test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test("empty test", () => {

Check failure on line 1 in backend/test/backend-test.js

View workflow job for this annotation

GitHub Actions / build (20.x)

'test' is not defined
expect(true).toBe(true)

Check failure on line 2 in backend/test/backend-test.js

View workflow job for this annotation

GitHub Actions / build (20.x)

'expect' is not defined
})

0 comments on commit 75bfa22

Please sign in to comment.