Code coverage report for
src/identity.js
Statements:
100%
(3 / 3)
Branches:
100%
(0 / 0)
Functions:
100%
(1 / 1)
Lines:
100%
(3 / 3)
Ignored:
none
All files
»
src/
» identity.js
1 2 3 4 5 6
1
57
function identity(x) { return x; } export default identity;