1
0
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:
Paulus Schoutsen
2018-12-11 19:47:19 +01:00
committed by GitHub
parent ccc6262026
commit 767307ef47
4 changed files with 140 additions and 94 deletions

View File

@@ -119,7 +119,7 @@ describe("moveCard", () => {
],
};
const result = function() {
const result = () => {
moveCard(config, [1, 0], [1]);
};
assert.throws(