acvetkov / sinon-chrome

Testing chrome extensions with Node.js
ISC License
434 stars 46 forks source link

Fixed #66 #69

Closed crimx closed 6 years ago

crimx commented 6 years ago

Every property should get a fresh type instance.

acvetkov commented 6 years ago

@crimx, great job!

acvetkov commented 6 years ago

I've published new version 2.2.2 https://www.npmjs.com/package/sinon-chrome

crimx commented 6 years ago

Hey @acvetkov , the build is not correct. The code in ./out is still the old one.

crimx commented 6 years ago

Never mind. I use a NPM mirror service. Looks like it's mirror's problem. NPM resolves the right package.

crimx commented 6 years ago

Nope :joy: the NPM package is still not correct. './out/api/index.js` got

var instance = new TypeClass(this.stubs, this.events, this.props, namespace);

@acvetkov maybe you can take a look and perhaps publish another build?

acvetkov commented 6 years ago

the NPM package is still not correct. './out/api/index.js` got

it's so sad