Skip to content

Commit

Permalink
remove tests, is not testing anything of value, and we are already te…
Browse files Browse the repository at this point in the history
…sting for template including the `importNode` bit from previous changes
  • Loading branch information
titoBouzout committed Oct 24, 2024
1 parent 8cead11 commit ed4b724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,4 @@ const template73 = <div ref={binding.prop} />;
const template74 = <div ref={refFn} />
const template75 = <div ref={refConst} />

const template76 = <div ref={refUnknown} />

const template77 = <img src="" loading={signal}/>;
const template78 = <div><img src="" loading={signal}/></div>;

const template79 = <iframe src="" loading={signal}></iframe>;
const template80 = <div><iframe src="" loading={signal}></iframe></div>;
const template76 = <div ref={refUnknown} />
Original file line number Diff line number Diff line change
Expand Up @@ -547,26 +547,4 @@ const template76 = (() => {
typeof _ref$10 === "function" ? _$use(_ref$10, _el$93) : (refUnknown = _el$93);
return _el$93;
})();
const template77 = (() => {
var _el$94 = _tmpl$41();
_$setAttribute(_el$94, "loading", signal);
return _el$94;
})();
const template78 = (() => {
var _el$95 = _tmpl$42(),
_el$96 = _el$95.firstChild;
_$setAttribute(_el$96, "loading", signal);
return _el$95;
})();
const template79 = (() => {
var _el$97 = _tmpl$45();
_$setAttribute(_el$97, "loading", signal);
return _el$97;
})();
const template80 = (() => {
var _el$98 = _tmpl$46(),
_el$99 = _el$98.firstChild;
_$setAttribute(_el$99, "loading", signal);
return _el$98;
})();
_$delegateEvents(["click", "input"]);

0 comments on commit ed4b724

Please sign in to comment.