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