acvetkov / sinon-chrome

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

chrome.runtime.getPlatformInfo does not fire its callback #111

Open chrmod opened 1 year ago

chrmod commented 1 year ago

Simplest setup

const chrome = require('sinon-chrome');
chrome.runtime.getPlatformInfo(console.log);

results in no output.