Trisha Tomy
Stretch goal experimentation
c9803a3
raw
history blame contribute delete
170 Bytes
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
module.exports = {
...jestConfig,
modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};