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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user