diff options
Diffstat (limited to 'test/_bem.scss')
-rw-r--r-- | test/_bem.scss | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/test/_bem.scss b/test/_bem.scss index 30ed131..b7bd6b4 100644 --- a/test/_bem.scss +++ b/test/_bem.scss | |||
@@ -1,19 +1,21 @@ | |||
1 | @include describe('BEM') { | 1 | @use 'true' as *; |
2 | |||
3 | @include describe('bem') { | ||
2 | // | 4 | // |
3 | // The following unit tests only test the BEM mixins. | 5 | // The following unit tests only test the BEM mixins. |
4 | // Since they are wrappers for the BEM functions, the latter are | 6 | // Since they are wrappers for the BEM functions, the latter are |
5 | // automatically covered. | 7 | // automatically covered. |
6 | // | 8 | // |
7 | 9 | ||
8 | @import 'bem/iro-bem-block'; | 10 | @import 'bem/block'; |
9 | @import 'bem/iro-bem-composed-of'; | 11 | @import 'bem/composed-of'; |
10 | @import 'bem/iro-bem-at-theme'; | 12 | @import 'bem/at-theme'; |
11 | @import 'bem/iro-bem-element'; | 13 | @import 'bem/element'; |
12 | @import 'bem/iro-bem-related-element'; | 14 | @import 'bem/related-element'; |
13 | @import 'bem/iro-bem-next-twin-element'; | 15 | @import 'bem/next-twin-element'; |
14 | @import 'bem/iro-bem-modifier'; | 16 | @import 'bem/modifier'; |
15 | @import 'bem/iro-bem-suffix'; | 17 | @import 'bem/suffix'; |
16 | @import 'bem/iro-bem-state'; | 18 | @import 'bem/state'; |
17 | @import 'bem/iro-bem-multi'; | 19 | @import 'bem/multi'; |
18 | @import 'bem/examples'; | 20 | @import 'bem/examples'; |
19 | } | 21 | } |