Skip to content

Commit

Permalink
[release] 20240814 (#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Aug 13, 2024
1 parent ea318ef commit 8b4e05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions packages/common-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b4e05e

Please sign in to comment.