mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -3,7 +3,7 @@ import initializer from "wizard/initializers/load-helpers";
|
||||
export function componentTest(name, opts) {
|
||||
opts = opts || {};
|
||||
|
||||
test(name, function(assert) {
|
||||
test(name, function (assert) {
|
||||
initializer.initialize(this.registry);
|
||||
|
||||
if (opts.beforeEach) {
|
||||
|
||||
@@ -5,7 +5,7 @@ import initializer from "wizard/initializers/load-helpers";
|
||||
let app;
|
||||
let started = false;
|
||||
|
||||
export default function() {
|
||||
export default function () {
|
||||
run(() => (app = Wizard.create({ rootElement: "#ember-testing" })));
|
||||
|
||||
if (!started) {
|
||||
|
||||
Reference in New Issue
Block a user