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