summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/packages/ng-schematics/src/schematics/ng-add/files/jest/e2e/jest.config.js
blob: 99cc594c973832c0369846b4fe052d9a2cd9e01b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * For a detailed explanation regarding each configuration property and type check, visit:
 * https://jestjs.io/docs/configuration
 */

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
  testMatch: ['<rootDir>/tests/**/?(*.)+(e2e).[tj]s?(x)'],
  preset: 'ts-jest',
  testEnvironment: 'node',
};