DESKTOP-0K9VGFE\hp
2022-03-11 0913862c088ba845fee09a2fb713b2affc2c0b5a
1
2
3
4
5
6
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
 
module.exports = {
    ...jestConfig,
    modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};