Description
Based on https://github.com/twbs/bootstrap/commit/1b39d1275bf5f91ff126faea33a6e6ab71ba991e and https://github.com/twbs/bootstrap/pull/37718/files, I'd say that js/tests/unit/collapse.spec.js
needs the same modification regarding accordions.
/cc @patrickhlauke
Motivation & Context
Consistency.
Type of changes
-
Refactoring (non-breaking change)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) - (N/A) My change introduces changes to the documentation
- (N/A) I have updated the documentation accordingly
-
I have added tests to cover my changes -
All new and existing tests passed