From d07f664450ddaaebb44127a4bd057763d13d3f82 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Sun, 1 Nov 2020 20:55:14 +0100 Subject: Init --- test/_bem.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/_bem.scss (limited to 'test/_bem.scss') 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 @@ +@include describe('BEM') { + // + // The following unit tests only test the BEM mixins. + // Since they are wrappers for the BEM functions, the latter are + // automatically covered. + // + + @import 'bem/iro-bem-block'; + @import 'bem/iro-bem-composed-of'; + @import 'bem/iro-bem-at-theme'; + @import 'bem/iro-bem-element'; + @import 'bem/iro-bem-related-element'; + @import 'bem/iro-bem-next-twin-element'; + @import 'bem/iro-bem-modifier'; + @import 'bem/iro-bem-suffix'; + @import 'bem/iro-bem-state'; + @import 'bem/iro-bem-multi'; + @import 'bem/examples'; +} -- cgit v1.3.1