mirror of https://github.com/alibaba/ice.git
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
|
import add from '../src/add';
|
||
|
|
||
|
test('add', () => {
|
||
|
expect(add(1, 2)).toBe(3);
|
||
|
});
|