接口
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
import { expect, test } from 'vitest';
|
||||
import { squared } from '../src/index';
|
||||
|
||||
test('squared', () => {
|
||||
expect(squared(2)).toBe(4);
|
||||
expect(squared(12)).toBe(144);
|
||||
expect(4).toBe(4);
|
||||
});
|
||||
|
Reference in New Issue
Block a user