Skip to content

Commit

Permalink
fix: fbt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev authored and Arpita-Jaiswal committed Feb 1, 2024
1 parent dd2d01a commit 80fbde1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,9 @@ let fastn_utils = {
getNodeValue(node) {
return node.getNode().value;
},
getNodeCheckedState(node) {
return node.getNode().checked;
},
setFullHeight() {
if (!ssr) {
document.body.style.height = `max(${document.documentElement.scrollHeight}px, 100%)`;
Expand Down
2 changes: 1 addition & 1 deletion fastn-core/tests/08-static-assets/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,9 @@ let fastn_utils = {
getNodeValue(node) {
return node.getNode().value;
},
getNodeCheckedState(node) {
return node.getNode().checked;
},
setFullHeight() {
if (!ssr) {
document.body.style.height = `max(${document.documentElement.scrollHeight}px, 100%)`;
Expand Down
2 changes: 1 addition & 1 deletion fastn-core/tests/09-markdown-pages/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,9 @@ let fastn_utils = {
getNodeValue(node) {
return node.getNode().value;
},
getNodeCheckedState(node) {
return node.getNode().checked;
},
setFullHeight() {
if (!ssr) {
document.body.style.height = `max(${document.documentElement.scrollHeight}px, 100%)`;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fastn-core/tests/17-sitemap/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fastn-core/tests/17-sitemap/output/install/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80fbde1

Please sign in to comment.