UNPKG
johnny-cli
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
CLI for Johnny Deps
johnny-cli
/
src
/
__mocks__
/
helpers.js
9 lines
(7 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
helpers
from
'helpers'
;
module
.
exports
= { ...helpers, logError : jest.
fn
(),
rebuildAndSync
: jest.
fn
(), spawnNpm : jest.
fn
(), };