You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we describe our tests at top level with something like describe('Plant()', function() {[...].
Maybe change it to describe('controller/plant/plant-create', function() {[...] ?!
At second level we describe our tests with the models/pj function. Eg: describe('#create()',[...]. Is this good? Is this bad?
The text was updated successfully, but these errors were encountered:
Currently we describe our tests at top level with something like
describe('Plant()', function() {[...]
.Maybe change it to
describe('controller/plant/plant-create', function() {[...]
?!At second level we describe our tests with the models/pj function. Eg:
describe('#create()',[...]
. Is this good? Is this bad?The text was updated successfully, but these errors were encountered: