Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
shammy642 committed Oct 15, 2024
1 parent 38613af commit 3d002c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/tests/test.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { describe, expect, test } from "vitest";

describe('mock test for CI', () => {
test('mock test 1', () => {
expect(true).toBe(true)
})
})

0 comments on commit 3d002c1

Please sign in to comment.