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