Skip to content

Commit

Permalink
fix(tests): change 'Bootstrap' to 'Boosted' in media query Sass test …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
julien-deramond committed Jul 3, 2024
1 parent 7dd2adb commit 9dbb07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/tests/mixins/_media-query-color-mode-full.test.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ $color-mode-type: media-query;
@import "../../boosted";

@include describe("global $color-mode-type: media-query") {
@include it("compiles entirely Bootstrap CSS with media-query color mode") { // stylelint-disable-line block-no-empty
@include it("compiles entirely Boosted CSS with media-query color mode") { // stylelint-disable-line block-no-empty
}
}

0 comments on commit 9dbb07c

Please sign in to comment.