mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
|
|
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
...jestConfig,
|
||
|
|
modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
|
||
|
|
};
|