Skip to content

Commit

Permalink
[img-optimizer] Add tests
Browse files Browse the repository at this point in the history
Change-Id: Ibc0352d7feaad65bb58c633d4d696f5f731b2ce6
GitOrigin-RevId: cdbf116ee1b3b179228132c60d989410f2509977
  • Loading branch information
jaslong authored and Copybara committed Apr 19, 2024
1 parent 238b5eb commit c296897
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ module.exports = {
"summary",
],
testRegex:
".*\\/(packages|plasmicpkgs)\\/.*\\.(spec|test)\\.(js|jsx|ts|tsx)$",
// TODO Should really be running jest from each package rather than the root.
".*\\/(packages|plasmicpkgs|platform)\\/.*\\.(spec|test)\\.(js|jsx|ts|tsx)$",
testPathIgnorePatterns: [
"<rootDir>/platform/.*",
"<rootDir>/platform/integration-tests",
"<rootDir>/platform/loader-tests",
"<rootDir>/platform/wab",
"<rootDir>/packages/plume-stories",
"/node_modules/",
],
Expand Down

0 comments on commit c296897

Please sign in to comment.