CEC-4543 - Add location to digital twin map (#376)

This commit is contained in:
Paul Adamsen
2023-06-26 19:33:44 -04:00
committed by GitHub
parent 12bf0be05d
commit 26eb084da5
5 changed files with 34 additions and 13 deletions

View File

@@ -153,9 +153,9 @@ export const useVehicleContext = () => ({
.fn()
.mockResolvedValue({
// tests only pass without mocking the data here
// '3FAFP13P71R199267': [],
// '3FAFP13P31R199430': [[16.891136999999986, 26.832352999999955], [56.891136999999986, 66.832352999999955], [26.891136999999986, 36.832352999999955]],
// '3FAFP13P71R199060': [[36.891136999999986, 46.832352999999955], [76.891136999999986, 16.832352999999955]],
// '3FAFP13P61R199390': [],
}),
getModels: jest.fn(() => {
models = ["Ocean", "PEAR"];