Skip to content

Commit

Permalink
Update app.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainshareef authored Jul 20, 2024
1 parent 3b16e7d commit 590ba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tests/app.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* A random test that does not fail
**/
describe('Sample Test', () => {
describe('Sample Test 1', () => {
it('should test that true === true', () => {
expect(true).toBe(true)
})
Expand Down

0 comments on commit 590ba7a

Please sign in to comment.