This website requires JavaScript.
Explore
Help
Sign in
nebel
/
jest-hands-on
Watch
1
Star
0
Fork
You've already forked jest-hands-on
0
mirror of
https://github.com/kou029w/jest-hands-on.git
synced
2025-02-01 06:08:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
af405f02e7
jest-hands-on
/
templates
/
template
/
sum.js
6 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
create project
2021-07-27 10:54:21 +09:00
function
sum
(
a
,
b
)
{
return
a
+
b
;
}
support esm
2022-02-18 13:17:48 +09:00
export
default
sum
;
Reference in a new issue
Copy permalink