a gitea ci
This commit is contained in:
7
tests/unit/example.test.ts
Normal file
7
tests/unit/example.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { describe, expect, it } from 'vitest';
|
||||
|
||||
describe('Example', () => {
|
||||
it('should pass', () => {
|
||||
expect(1 + 1).toBe(2);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user