test: add comprehensive tests for pages, components, contexts (194 tests, 27 files)
Some checks failed
CI / lint-test (push) Failing after 1s
Some checks failed
CI / lint-test (push) Failing after 1s
This commit is contained in:
7
src/__tests__/App.test.jsx
Normal file
7
src/__tests__/App.test.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { describe, it, expect, vi } from 'vitest'
|
||||
|
||||
describe('App', () => {
|
||||
it('should pass basic test', () => {
|
||||
expect(1 + 1).toBe(2)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user