Initial testing framework
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { describe, test, expect } from 'vitest';
|
||||
|
||||
describe('Simple Test', () => {
|
||||
test('should work', () => {
|
||||
expect(1 + 1).toBe(2);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user