diff --git a/jest.config.js b/jest.config.js index b128033991..4e69eda8c3 100644 --- a/jest.config.js +++ b/jest.config.js @@ -174,7 +174,7 @@ module.exports = { ], // The regexp pattern or array of patterns that Jest uses to detect test files - testRegex: '.*\\.(spec|test)\\.ts$', + testRegex: '.*\\.spec\\.ts$', // This option allows the use of a custom results processor // testResultsProcessor: undefined, diff --git a/packages/common-substrate/CHANGELOG.md b/packages/common-substrate/CHANGELOG.md index e06cd16a0b..39d00183a1 100644 --- a/packages/common-substrate/CHANGELOG.md +++ b/packages/common-substrate/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + ## [4.3.0] - 2024-08-05 ### Changed - Update dependencies (#2518)