chore: Update ha-nunjucks to 1.6.2 (#2549)
- Replaces: https://github.com/dermotduffy/advanced-camera-card/pull/2515
This commit is contained in:
committed by
dermotduffy
parent
015fb1876d
commit
c3d3dd3934
@@ -6,6 +6,7 @@ import {
|
||||
createHASS,
|
||||
createMockTemplateRenderer,
|
||||
createStateEntity,
|
||||
stubConnectedHomeAssistant,
|
||||
} from '../../../test-utils';
|
||||
import { createEvaluatorContext } from './test-utils';
|
||||
|
||||
@@ -131,6 +132,7 @@ describe('numeric state condition', () => {
|
||||
// This case renders a real value_template, so load the lazily-imported
|
||||
// engine for the synchronous renderer.
|
||||
const templateManager = new TemplateManager();
|
||||
stubConnectedHomeAssistant();
|
||||
await templateManager.loadRenderer();
|
||||
|
||||
const evaluator = createConditionEvaluator(
|
||||
|
||||
Reference in New Issue
Block a user