Skip to content

Commit 24be37e

Browse files
committed
👀 JestJS testing for monorepos
1 parent 357d30e commit 24be37e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apps/api/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"experimentalDecorators": true,
1212
"target": "es6",
1313
"sourceMap": true,
14-
// "outDir": "../../dist/apps/api",
15-
"outDir": "../../dist/out-tsc/apps/api",
14+
"outDir": "../../dist/apps/api",
1615
"baseUrl": "./src"
1716
},
1817
"include": [

apps/api/tsconfig.spec.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "../../dist/out-tsc/apps/api",
54
"types": [
65
"jest",
76
"node"

0 commit comments

Comments
 (0)