We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740698d commit c91dd1cCopy full SHA for c91dd1c
packages/messenger/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Allow disabling namespace checks in unit tests using the new `DISABLE_NAMESPACE` constant ([#6420](https://github.com/MetaMask/core/pull/6420))
13
+ - To disable namespace checks, use `string` as the `Namespace` type parameter, and use `DISABLE_NAMESPACE` as the `namespace` constructor parameter.
14
15
### Changed
16
17
- Keep delegated handlers when unregistering actions ([#6395](https://github.com/MetaMask/core/pull/6395))
0 commit comments