xcv58/Custom-JavaScript-for-Websites-2

View on GitHub
integration_test/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: 'jest-playwright-preset',
  testRegex: './*\\.test\\.ts$',
  setupFilesAfterEnv: ['./setup.js'],
  transform: {
    '^.+\\.(ts)$': 'ts-jest'
  }
}