123
chenjingwu
2024-04-24 187f73f5dcd43a0f8c0764d346828c7a493f7410
1
2
3
4
5
6
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
 
module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};