File size: 170 Bytes
c9803a3
 
 
 
 
 
1
2
3
4
5
6
7
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');

module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};