Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
beforeEach() {
this.application = startApp();
FactoryGuy.settings({logLevel: 0});
if (options.beforeEach) {
return options.beforeEach.apply(this, arguments);
}
},
hooks.beforeEach(function() {
manualSetup(this);
containerSetup(this.owner, serializerType);
FactoryGuy.settings({responseTime: 0, logLevel: 0});
});
}
static settings(opts = {}) {
FactoryGuy.settings(opts);
}