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

6 lines
138 B
JavaScript
Raw Normal View History

2024-10-13 18:02:27 +08:00
module.exports = {
testEnvironment: 'node',
testMatch: ['<rootDir>/src/**/*.(test|spec).ts'],
testPathIgnorePatterns: ['/lib/'],
};