Skip to content

Instantly share code, notes, and snippets.

@svierk
Created May 26, 2022 17:31
Show Gist options
  • Save svierk/42cf80148798dcedf46843b39d343861 to your computer and use it in GitHub Desktop.
Save svierk/42cf80148798dcedf46843b39d343861 to your computer and use it in GitHub Desktop.
Default LWC Jest Configuration in SFDX Projects
const { jestConfig } = require('@salesforce/sfdx-lwc-jest/config');
module.exports = {
...jestConfig,
modulePathIgnorePatterns: ['<rootDir>/.localdevserver']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment