mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-08 09:18:34 +01:00
Replace all default exports in common/ with named exports (#3790)
This commit is contained in:
committed by
Bram Kragten
parent
f871387fa6
commit
1f4d359050
@@ -1,7 +1,7 @@
|
||||
import { assert } from "chai";
|
||||
import * as sinon from "sinon";
|
||||
|
||||
import timerTimeRemaining from "../../../src/common/entity/timer_time_remaining";
|
||||
import { timerTimeRemaining } from "../../../src/common/entity/timer_time_remaining";
|
||||
|
||||
describe("timerTimeRemaining", () => {
|
||||
it("works with idle timers", () => {
|
||||
|
||||
Reference in New Issue
Block a user