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