This website works better with JavaScript.
Explore
Help
Sign In
pioneer
/
fineui-start
forked from
fanruan/fineui-start
Watch
1
Star
0
Fork
You've already forked fineui-start
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
快速搭建fineui开发环境。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27
Commits
2
Branches
0
Tags
824 KiB
TypeScript
81.2%
JavaScript
10.4%
CSS
7.7%
HTML
0.7%
Tree:
20c922d2be
feature
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '20c922d2be'
${ noResults }
fineui-start
/
test
/
sum.test.ts
5 lines
103 B
Raw
Blame
History
import
{
sum
}
from
'./sum'
;
test
(
'adds 1 + 2 to equal 3'
,
(
)
=
>
{
expect
(
sum
(
1
,
2
)
)
.
toBe
(
3
)
;
}
)
;
Reference in new issue
Copy Permalink