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