mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Convert hui-view to Lit (#2265)
* Convert hui-view to Lit * Add super call to updated * Update src/panels/lovelace/hui-view.ts Co-Authored-By: balloob <paulus@home-assistant.io> * Apply suggestions from code review Co-Authored-By: balloob <paulus@home-assistant.io> * Address comments" * Fix things
This commit is contained in:
@@ -119,7 +119,7 @@ describe("moveCard", () => {
|
||||
],
|
||||
};
|
||||
|
||||
const result = function() {
|
||||
const result = () => {
|
||||
moveCard(config, [1, 0], [1]);
|
||||
};
|
||||
assert.throws(
|
||||
|
||||
Reference in New Issue
Block a user