Skip to content
Snippets Groups Projects
Commit 5afe1cd8 authored by Alexander Rudolph's avatar Alexander Rudolph
Browse files

remove something used for local development

parent ae71176d
No related branches found
No related tags found
No related merge requests found
import { Client } from "pg";
require("dotenv").config();
it("has the database", async () => {
const client = new Client({
user: process.env.POSTGRES_USER,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment