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