Merge branch 'main' into feat/user-settings
This commit is contained in:
@@ -2,6 +2,7 @@ version: '3.0'
|
|||||||
services:
|
services:
|
||||||
local:
|
local:
|
||||||
build: .
|
build: .
|
||||||
|
command: ["pnpm", "run", "start:dev"]
|
||||||
environment:
|
environment:
|
||||||
- PRODUCTION=false
|
- PRODUCTION=false
|
||||||
- DATABASE_URL=postgresql://postgres:testpass@dev-db:5432/hoppscotch?connect_timeout=300
|
- DATABASE_URL=postgresql://postgres:testpass@dev-db:5432/hoppscotch?connect_timeout=300
|
||||||
|
|||||||
1
packages/hoppscotch-backend/global.d.ts
vendored
Normal file
1
packages/hoppscotch-backend/global.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
import '@relmify/jest-fp-ts';
|
||||||
1
packages/hoppscotch-backend/jest.setup.js
Normal file
1
packages/hoppscotch-backend/jest.setup.js
Normal file
@@ -0,0 +1 @@
|
|||||||
|
require('@relmify/jest-fp-ts');
|
||||||
@@ -74,6 +74,7 @@
|
|||||||
"json",
|
"json",
|
||||||
"ts"
|
"ts"
|
||||||
],
|
],
|
||||||
|
"setupFilesAfterEnv": ["@relmify/jest-fp-ts"],
|
||||||
"moduleNameMapper": {
|
"moduleNameMapper": {
|
||||||
"^src/(.*)$": "<rootDir>/$1"
|
"^src/(.*)$": "<rootDir>/$1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user