From 4c65db8d3728a2fcb9b822da07d4210d7a58028c Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Wed, 20 Feb 2019 17:57:36 -0800 Subject: [PATCH] Add test for literal-only static function. --- test/unit/property-effects.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unit/property-effects.html b/test/unit/property-effects.html index b4f619db56..dbc2a43909 100644 --- a/test/unit/property-effects.html +++ b/test/unit/property-effects.html @@ -1924,12 +1924,14 @@ _template: html`
[[hostProp]]
[[noDeps()]]
+
[[literalDeps('hi')]]
[[dynamicFn()]]
[[dynamicFnWithDep(hostProp)]]