UNPKG

magicpatch

Version:

Adds IPython / Jupyter magic commands to IJavascript

13 lines (10 loc) 313 B
const path = require("path"); let helpers = require("magicpatch-test")({ magicPatchPath: path.resolve(__dirname, "../.."), preHook: () => { require("./spawnMock"); }, }); // now that we've setup appropriately, export the magicpatch main module // require("../.."); module.exports = helpers;