fix(test): message "describe with no children"
rules: - there can be nested describe()s - there can be code between a describe() and its direct describe() child - there can be multiple it()s in a describe() - there cannot be code between a describe() and its direct it() children refs #318
Please register or sign in to comment