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