close
Skip to content

[2.x] fix(jest-config): rename src/boostrap/ to src/bootstrap/ and update all imports#4413

Merged
imorland merged 1 commit into2.xfrom
im/fix-jest-config-bootstrap-typo
Mar 7, 2026
Merged

[2.x] fix(jest-config): rename src/boostrap/ to src/bootstrap/ and update all imports#4413
imorland merged 1 commit into2.xfrom
im/fix-jest-config-bootstrap-typo

Conversation

@imorland
Copy link
Copy Markdown
Member

@imorland imorland commented Mar 7, 2026

Fixes #4374

Renames js-packages/jest-config/src/boostrap/ to src/bootstrap/ and updates all 43 test files in framework/core that imported from the misspelled path.

  • js-packages/jest-config/src/boostrap/{admin,common,forum}.jssrc/bootstrap/
  • 43 test files: @flarum/jest-config/src/boostrap/…@flarum/jest-config/src/bootstrap/…

🤖 Generated with Claude Code

…ll imports

Fixes a typo in the jest-config package directory name and updates the 43
test files in framework/core that imported from the misspelled path.

Fixes #4374

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@imorland imorland requested a review from a team as a code owner March 7, 2026 22:48
@imorland imorland added this to the 2.0.0-beta.8 milestone Mar 7, 2026
@imorland imorland changed the title fix(jest-config): rename src/boostrap/ to src/bootstrap/ and update all imports [2.x] fix(jest-config): rename src/boostrap/ to src/bootstrap/ and update all imports Mar 7, 2026
@imorland imorland merged commit cc2486a into 2.x Mar 7, 2026
34 checks passed
@imorland imorland deleted the im/fix-jest-config-bootstrap-typo branch March 7, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo: jest-config folder named 'boostrap' instead of 'bootstrap'

1 participant