jest-chrome icon indicating copy to clipboard operation
jest-chrome copied to clipboard

A complete mock of the Chrome API for Chrome extensions for use with Jest.

Results 26 jest-chrome issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.7.2 to 1.8.1. Changelog Sourced from shell-quote's changelog. v1.8.1 - 2023-04-07 Fixed [Fix] parse: preserve whitespace in comments [#6](https://github.com/ljharb/shell-quote/issues/6) [Fix] properly support the escape option [#5](https://github.com/ljharb/shell-quote/issues/5) Commits...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

### Google search terms jest-chrome chrome.storage.local.onChanged.addListener ### Describe the bug chrome.storage.local.onChanged is undefined ``` TypeError: Cannot read property 'addListener' of undefined 166 | }; 167 | > 168 | chrome.storage.local.onChanged.addListener(...

### Google search terms jest-chrome is not work for jest 29 ### Describe the bug I have jest 29.3.1 and i try to use jest-chrome to test my browser extension...

Since Chrome v102 we have `chrome.storage.session` - https://developer.chrome.com/docs/extensions/reference/storage/#storage-areas

### Is your feature request related to a problem? Please describe. I'm trying to test that a function is registering events, but it seem that this use case was not...