Deprecate describes with no children

This commit is contained in:
Steve Gravrock
2020-02-12 16:44:44 -08:00
parent 18b2646d1d
commit c39c110eca
5 changed files with 36 additions and 2 deletions
+3
View File
@@ -1863,6 +1863,7 @@ describe("Env integration", function() {
} catch(e) {
exception = e;
}
env.it('has a test', function() {});
});
var assertions = function() {
@@ -1885,6 +1886,7 @@ describe("Env integration", function() {
} catch(e) {
exception = e;
}
env.it('has a test', function() {});
});
var assertions = function() {
@@ -1907,6 +1909,7 @@ describe("Env integration", function() {
} catch(e) {
exception = e;
}
env.it('has a test', function() {});
});
var assertions = function() {