UNPKG
mockpack
Version:
latest (0.1.0)
0.1.0
Mocking of modules for unit testing with webpack 1.x
github.com/c-dante/mockpack
c-dante/mockpack
mockpack
/
example
/
dep.js
4 lines
(3 loc)
•
40 B
JavaScript
View Raw
1
2
3
4
export
function
fn
(
) {
return
'dep'
; }