Skip to main content
Module

x/fake_imports/deno.jsonc

Fake, mock and stub modules.
Go to Latest
File
{ "compilerOptions": { "checkJs": true }, "tasks": { // run the tests "test": "deno test --no-check=remote --allow-read --allow-write", // performs all tasks that are generally required for ci to pass "check": "deno lint && deno fmt && deno task test" }, "importMap": "importmap.json"}