Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: sets rootDir of unit tests to the root dir of monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Oct 22, 2019
1 parent 5196ccb commit a6071e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dredd/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"target": "esnext",
"allowSyntheticDefaultImports": true,
"allowJs": true,
"noEmit": true
"noEmit": true,
"rootDir": "../"
},
"include": ["./**/*.ts"]
}

0 comments on commit a6071e3

Please sign in to comment.