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