Skip to content

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

@imorland

Description

@imorland

Description

The @flarum/jest-config package has a typo in its source directory structure:

  • Current: js-packages/jest-config/src/boostrap/
  • Expected: js-packages/jest-config/src/bootstrap/

The folder is missing the first 't' in 'bootstrap'.

Location

js-packages/jest-config/src/boostrap/

Impact

  • Import paths must use the misspelled path: @flarum/jest-config/src/boostrap/admin
  • Inconsistent with the correct spelling used elsewhere (e.g. bootstrapAdmin)

Suggested fix

Rename src/boostrap/ to src/bootstrap/ and update any imports that reference the old path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions