Turn off ignoring tests
This commit is contained in:
parent
839791de2f
commit
c1e3e78976
|
@ -13,7 +13,7 @@ function getValidAttributes() {
|
|||
};
|
||||
}
|
||||
|
||||
describe.only('validations', function() {
|
||||
describe('validations', function() {
|
||||
|
||||
before(function(done) {
|
||||
db = getSchema();
|
||||
|
|
Loading…
Reference in New Issue