Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Created July 22, 2021 17:17
Show Gist options
  • Save brandonroberts/5f8dc37ea0164732b58526ed35e873c1 to your computer and use it in GitHub Desktop.
Save brandonroberts/5f8dc37ea0164732b58526ed35e873c1 to your computer and use it in GitHub Desktop.
Jest Config w/o helpers
module.exports = {
projects: [
'<rootDir>/apps/products',
'<rootDir>/apps/cart',
'<rootDir>/libs/shared/product/ui',
'<rootDir>/libs/products/home-page',
'<rootDir>/libs/cart/cart-page',
'<rootDir>/libs/shared/cart/state',
'<rootDir>/libs/shared/product/state',
'<rootDir>/libs/shared/header',
'<rootDir>/libs/products/product-detail-page',
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment