0.0.1 • Published 1 year ago

chrome-mock-api v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

chrome-mock-api

Chrome API mocking library.

npm install chrome-mock-api

usage

In most cases you will want to set this as a global at the top of your test file, because chrome is a global in your extension code.

chrome = require('chrome-mock')
0.0.1

1 year ago