updated test for animation not in keyed each

pull/6838/head
henninggross 5 years ago
parent 2ac875768e
commit 8d39ccd566

@ -1,6 +1,6 @@
[{
"code": "invalid-animation",
"message": "An element that uses the animate directive must be the immediate child of a keyed each block",
"message": "An element that uses the animate directive must be used inside a keyed each block. Did you forget to add a key to your each block?",
"start": {
"line": 6,
"column": 6,

Loading…
Cancel
Save