Skip to content

Commit

Permalink
vitest was causing build crashes, trying repair
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Sep 3, 2024
1 parent 6f8f32f commit a3254ff
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/components/datagrids/measurementscommons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,9 @@ export default function MeasurementsCommons(props: Readonly<MeasurementsCommonsP
if (column.field !== 'measurementDate') {
return column;
}
console.log('Modifying column: ', column.field);
Object.keys(validationErrors).forEach(validationError => {
console.log('validationerror: ', validationError);
});
return column;
// return {
// ...column,
Expand Down
149 changes: 149 additions & 0 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"devDependencies": {
"@next/bundle-analyzer": "^14.2.6",
"@playwright/test": "^1.46.1",
"@testing-library/jest-dom": "^6.5.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
"@types/file-saver": "^2.0.7",
Expand Down

0 comments on commit a3254ff

Please sign in to comment.