1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Bump typescript, lint, prettier (#10108)

This commit is contained in:
Bram Kragten
2021-09-30 12:39:03 +02:00
committed by GitHub
parent ff2bf1f3c1
commit 2936865c55
294 changed files with 1553 additions and 1639 deletions

View File

@@ -67,7 +67,7 @@ describe("ExternalMessaging", () => {
try {
await sendMessageProm;
assert.fail("Should have raised");
} catch (err) {
} catch (err: any) {
assert.deepEqual(err, {
code: "no_auth",
message: "There is no authentication.",