CEC-247, CEC-261 Manifest and ECU display (#65)
* CEC-261 Add ECU list control * CEC-261 Update vehicle service mock * CEC-247 Manifest screens * Fix test * Remove dynamic dates from mocks * Remove timezone from mock dates * Fix test for date string timezone difference
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@datadog/browser-logs": "^2.15.0",
|
||||
"@datadog/browser-rum": "^2.8.1",
|
||||
"@datadog/browser-rum": "^2.15.0",
|
||||
"@material-ui/core": "^4.11.4",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"@testing-library/jest-dom": "^5.12.0",
|
||||
"@testing-library/react": "^11.2.6",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^11.2.7",
|
||||
"@testing-library/user-event": "^12.8.3",
|
||||
"axios": "^0.21.1",
|
||||
"clsx": "^1.1.1",
|
||||
@@ -49,5 +49,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"react-test-renderer": "^17.0.2"
|
||||
},
|
||||
"jest": {
|
||||
"globalSetup": "./testEnv.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user