This website requires JavaScript.
Explore
Help
Sign In
root
/
ice
mirror of
https://github.com/alibaba/ice.git
Watch
1
Star
0
Fork
You've already forked ice
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
docs/update-compat
ice
/
examples
/
with-jest
/
tests
/
add.spec.ts
6 lines
84 B
TypeScript
Raw
Permalink
Blame
History
import
add
from
'../src/add'
;
test
(
'add'
,
(
)
=
>
{
expect
(
add
(
1
,
2
)
)
.
toBe
(
3
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink