Merge branch 'main' into feat/user-settings

This commit is contained in:
Mir Arif Hasan 2022-12-21 13:25:42 +06:00 committed by GitHub
commit 877532559e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,7 @@ version: '3.0'
services:
local:
build: .
command: ["pnpm", "run", "start:dev"]
environment:
- PRODUCTION=false
- DATABASE_URL=postgresql://postgres:testpass@dev-db:5432/hoppscotch?connect_timeout=300

View file

@ -0,0 +1 @@
import '@relmify/jest-fp-ts';

View file

@ -0,0 +1 @@
require('@relmify/jest-fp-ts');

View file

@ -74,6 +74,7 @@
"json",
"ts"
],
"setupFilesAfterEnv": ["@relmify/jest-fp-ts"],
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/$1"
},