|
|
|
|
|
by warfangle
4488 days ago
|
|
https://github.com/cjohansen/Sinon.JS/pull/358 Longer story: using npm to install sinon; shimming sinon in my karma browserify plugin config (`'sinon' : 'global:sinon'`)since it doesn't follow CommonJS; using browserify (and the karma browserify plugin) to require('sinon'); sinon is undefined after var sinon = require('sinon'). Might be something up with my config, but none of the other non-commonjs modules I shim (jquery, swfobject) have the same issues. |
|