qauMaWeb/node_modules/webpack-virtual-modules/jest.config.js

6 lines
138 B
JavaScript

module.exports = {
testEnvironment: 'node',
testMatch: ['<rootDir>/src/**/*.(test|spec).ts'],
testPathIgnorePatterns: ['/lib/'],
};