mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 19:54:14 +08:00
Fix Prettier
This commit is contained in:
@ -14,10 +14,7 @@ componentTest("with objects and values", {
|
||||
template: "{{multi-select content=items values=values}}",
|
||||
|
||||
beforeEach() {
|
||||
this.set("items", [
|
||||
{ id: 1, name: "hello" },
|
||||
{ id: 2, name: "world" }
|
||||
]);
|
||||
this.set("items", [{ id: 1, name: "hello" }, { id: 2, name: "world" }]);
|
||||
this.set("values", [1, 2]);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user