zhangchunxu
2023-08-02 be8dc1e5c21fccf84cf25497d55e5261e93fbb35
1
2
3
4
5
6
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
 
module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};