张宇恒
2022-03-11 37963a4f1dafc7e8accd8b28204ed1e6b7e29e9d
1
2
3
4
5
6
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
 
module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};