Jacob Smith
Jacob Smith
>spy.getter.calledOnce, etc @fatso83 that's exactly what I would expect (and was the first or second thing I originally tried). More robust examples in the docs would be very appreciated. I...
@fatso83 the description for Stubs is confusing: >Test stubs are functions (spies) with pre-programmed behavior. When first starting with Sinon, I, and several others, understood that to mean that the...
@fatso83 i happen to have already written one for my department. You're welcome to have it if you'd like. It's currently in slide-form. I can convert it to markdown or...
@fatso83 did you want that getting started stuff? I'd happily lend a hand.
@kirkouimet @eouia the node ems documentation linked above suggests no, the flag is required.
@jdt3969's [above solution](#issuecomment-500480450) worked for me after I realised it was looking for a property in package.json called `aliases` instead of module-alias's documented `_moduleAliases` (I prefer jdt3969's `aliases`). I tidied...
@TimDaub Thanks! > But I'm wondering if this functionality can already be used when publishing a module to npm. You probably _shouldn't_ as loaders are imminently changing. > how am...
@TimDaub "unusable" does not seem accurate at all, and such CLI flags are quite common in many, many libraries. Support for a non-CLI option has been briefly discussed as a...
That sounds a bit dramatic. It's called a README (in screaming capitals) for a reason…. This is classic RTFM. Module alias is obsolete now anyway with import mapping.
> You should have said that in `package.json` you expected the key `aliases` and no more `_moduleAliases`... @euberdeveloper I did https://github.com/ilearnio/module-alias/issues/59#issuecomment-754960378 you can also see it on line 9 of...