[FIX] unskip tests

This commit is contained in:
Géry Debongnie
2021-11-13 17:10:06 +01:00
committed by Samuel Degueldre
parent 63bfdfb8db
commit 9e285e1e0a
6 changed files with 167 additions and 86 deletions
@@ -141,7 +141,7 @@ exports[`style and class handling class on components do not interfere with user
"function anonymous(bdom, helpers
) {
let { text, createBlock, list, multi, html, toggler, component } = bdom;
let { withDefault, getTemplate, prepareList, withKey, zero, call, callSlot, capture, shallowEqual } = helpers;
let { withDefault, getTemplate, prepareList, withKey, zero, call, callSlot, capture, isBoundary, shallowEqual, setContextValue, toNumber } = helpers;
let block1 = createBlock(\`<div block-attribute-0=\\"class\\"/>\`);