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