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