Liu Cheng
2022-11-21 8c8f69c3b5bf76f23e6f5399bf0a0c4138a75a63
1
2
3
4
5
6
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
 
module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};