acvetkov / sinon-chrome

Testing chrome extensions with Node.js
ISC License
437 stars 48 forks source link

Google Apps #32

Closed zkendall closed 8 years ago

zkendall commented 8 years ago

Any plan to add Apps features? For example: https://developer.chrome.com/apps/fileSystem

acvetkov commented 8 years ago

@zkendall, hi!

Yes, I want to support apps features. Do you want to create pr?

zkendall commented 8 years ago

Cool. Well, I'm pretty new to the JS ecosystem. Currently I'm manually mocking out what I need. If that ends up not being enough, I'll dip into sinon and contribute it here.

acvetkov commented 8 years ago

@zkendall Hi.

Good news for you.

Since v.2.0 we have supported chrome apps api.

const chrome = require('sinon-chrome/apps');