Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccio98 committed May 11, 2023
1 parent c4777aa commit 82d0c0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@ant-design/icons": "^5.0.1",
"@ant-design/plots": "^1.2.5",
"@ant-design/pro-components": "^2.4.6",
"@ant-design/pro-skeleton": "^2.1.3",
"@antv/color-util": "^2.0.6",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ export default defineConfig({
"src/Consumer/DashboardCards/ExpensiveChart.tsx",
"src/Consumer/DashboardCards/LineCard.tsx",
"src/Consumer/DashboardCards/RevenueCard.tsx",
"src/Vendor/utils.tsx",
"src/Vendor/Pages/RenewableDetailsModal.tsx",
"src/Vendor/Pages/Electric.tsx",
"src/Vendor/Pages/Water.tsx",
"src/Vendor/Pages/Gas.tsx"
],
reporter: ['text', 'json-summary', 'json'],
},
Expand Down

0 comments on commit 82d0c0a

Please sign in to comment.