Module

x/postgres/test.ts

PostgreSQL driver for Deno
Go to Latest
File
import { runTests } from "./deps.ts";
import "./tests/queries.ts";import "./tests/connection_params.ts";import "./tests/client.ts";import "./tests/pool.ts";import "./tests/utils.ts";
runTests();