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