All notable changes to "jest-chrome" library will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Events now have the method
getListeners
, which returns a shallow copy of the internal listeners set
- This repo was migrated to a new organization:
@extend-chrome
- The runtime argument type checks were removed
- Fixed build output
- Move from jest.Mock to jest.MockedFunction
- Update README.md
- Add lastError example to demo test and README.md
- Added
chrome.runtime.lastError
support
- The
chrome.storage
API has been added.