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