aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
blob: 406c9c6d14205cece6e42fcee73614563b087547 (plain) (blame)
1
2
3
4
5
6
7
8
9
module.exports = {
  roots: ['src'],
  testPathIgnorePatterns: [
    'node_modules/',
    'recipes/',
    // TODO: Need to unignore tests
    'src/internal-server',
  ],
};