Skip to content

Commit

Permalink
test files added
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxshan2000 committed Oct 15, 2023
1 parent f8b152d commit 55832fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/src/__tests__/Quiz.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test('Quiz component renders withput crashing', () => {
expect(true).toBe(true)
})
3 changes: 3 additions & 0 deletions webapp/src/__tests__/Signup.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test('Signup component renders withput crashing', () => {
expect(true).toBe(true)
})

0 comments on commit 55832fb

Please sign in to comment.