diff --git a/test/unit/property-effects-elements.js b/test/unit/property-effects-elements.js index c8660a2085..90d9c34286 100644 --- a/test/unit/property-effects-elements.js +++ b/test/unit/property-effects-elements.js @@ -681,6 +681,14 @@ Polymer({ invocations.push('propagate'); } }); +var TranslateBehavior = { + properties: { + translateMessage: { + type: Function, + computed: '_computeTranslateFn(translator)' + } + } +}; Polymer({ _template: html`