Skip to main content
Module

x/fake_dom/deno.jsonc

An extremely lightweight DOM implementation meant for tests.
Latest
File
{ "compilerOptions": { "checkJs": true, "lib": [ "deno.ns", "dom", "dom.iterable" ] }, "fmt": { "options": { "lineWidth": 300, "useTabs": true } }, "tasks": { // runs the tests "test": "deno test --no-check=remote",
// performs all tasks that are generally required for ci to pass "check": "deno lint && deno fmt && deno task test" }, "importMap": "importmap.json"}