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();
const owner = this.application.__container__.owner;
mockFirebase(owner, getFixtureData());
if (options.beforeEach) {
return options.beforeEach.apply(this, arguments);
}
},