Setup jest for monorepo

This commit is contained in:
Jerko Steiner 2019-01-19 00:40:21 +01:00
parent fee764b8cf
commit 3bd4083999

7
jest.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
projects: [
"<rootDir>/packages/server",
"<rootDir>/packages/client",
"<rootDir>/packages/common"
]
}