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