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