UNPKG

mockpack

Version:

Mocking of modules for unit testing with webpack 1.x

7 lines (5 loc) 134 B
import { value } from './other/commonJsDep'; import { fn } from './dep'; export function go() { return `module ${fn()} ${value}`; }