lang/web (tests): Remove empty before-each block

This commit is contained in:
Henrik Lissner 2018-09-27 23:51:55 -04:00
parent 15991b5639
commit 523c2a114b

View File

@ -50,7 +50,6 @@
"\n")))
(describe "css-mode"
(before-each )
(it "converts inline statements into multiline blocks"
(insert! "body { color: red{0}; font-size: 2em; }"))
(it "works when cursor is on closing brace"