lib
This commit is contained in:
7
packages/messages/tests/index.test.ts
Normal file
7
packages/messages/tests/index.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { expect, test } from 'vitest';
|
||||
import { squared } from '../src/index';
|
||||
|
||||
test('squared', () => {
|
||||
expect(squared(2)).toBe(4);
|
||||
expect(squared(12)).toBe(144);
|
||||
});
|
Reference in New Issue
Block a user