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