Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ailZhou committed Feb 3, 2025
1 parent 0121d6f commit 2027fa4
Showing 1 changed file with 8 additions and 28 deletions.
36 changes: 8 additions & 28 deletions services/ui-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,34 +62,14 @@
],
"collectCoverageFrom": [
"src/components/**/*.{ts,tsx}",
"src/views/**/*.{ts,tsx}",
"src/measures/2022/**/*.tsx",
"src/measures/2023/**/*.tsx",
"src/measures/globalValidations/**/*.{ts,tsx}",
"!src/components/CoreQuestions/index.tsx",
"!src/components/ScrollToTop/index.tsx",
"!src/components/CoreQuestionWrapper/index.tsx",
"!src/components/index.tsx",
"!src/components/LocalLogins/index.tsx",
"!src/components/LocalLogins/mockUsers.ts",
"!src/components/Inputs/index.tsx",
"!src/components/Table/types.ts",
"!src/components/Layouts/index.tsx",
"!src/views/NewAmendment/index.tsx",
"!src/views/Amendments/index.tsx",
"!src/views/DemoComponents/index.tsx",
"!src/views/Profile/index.tsx",
"!src/views/Login/index.tsx",
"!src/views/AddChildCoreSet/index.tsx",
"!src/views/AddHHCoreSet/index.tsx",
"!src/views/AdminHome/index.tsx",
"!src/views/StateHome/actions.ts",
"!src/components/Table/_coreSetData.ts",
"!src/components/Table/_measureData.ts",
"!src/views/DemoMeasure/**/*.{ts,tsx}",
"!src/components/Upload/index.tsx",
"!src/views/Qualifiers/**/*.{ts,tsx}",
"!src/measures/2021/**/*.{ts,tsx}"
"!src/components/index.ts*",
"src/routes/**/*.{ts,tsx}",
"!src/routes/index.tsx",
"!src/types/index.ts*",
"src/utils/**/*.{ts,tsx}",
"!src/utils/testing/*",
"!src/utils/index.ts*",
"!src/utils/**/index.ts*"
],
"moduleDirectories": [
"node_modules",
Expand Down

0 comments on commit 2027fa4

Please sign in to comment.