Skip to content

Commit

Permalink
Apply jest base config to root
Browse files Browse the repository at this point in the history
  • Loading branch information
sluukkonen committed Dec 10, 2019
1 parent 34bd145 commit c12db45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
const base = require('./jest.base.config')

module.exports = {
...base,
projects: ['<rootDir>/packages/*']
}

0 comments on commit c12db45

Please sign in to comment.