Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface PrettyDOMOptions
implements [prettyFormat.OptionsReceived]
import { type PrettyDOMOptions } from "https://deno.land/x/fresh_testing_library@0.13.0/components.ts";

Properties

optional
filterNode: (node: Node) => boolean

Given a Node return false if you wish to ignore that node in the output. By default, ignores <style />, <script /> and comment nodes.