Skip to content
jest.config.js 99 B
Newer Older
module.exports = {
  preset: 'ts-jest',
  testPathIgnorePatterns: ['/build/', '/node_modules/']
};