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