diff --git a/www/__tests__/confirmHelper.test.ts b/www/__tests__/confirmHelper.test.ts index 1e24801f1..b95b10372 100644 --- a/www/__tests__/confirmHelper.test.ts +++ b/www/__tests__/confirmHelper.test.ts @@ -47,12 +47,12 @@ const fakeDefaultLabelOptions = { }; const fakeInputs = { MODE: [ - { data: { label: 'walk', start_ts: 1245, end_ts: 5678}}, - { data: { label: 'bike', start_ts: 1245, end_ts: 5678}}, + { data: { label: 'walk', start_ts: 1245, end_ts: 5678 } }, + { data: { label: 'bike', start_ts: 1245, end_ts: 5678 } }, ], PURPOSE: [ - { data: {label: 'home', start_ts: 1245, end_ts: 5678 }}, - { data: {label: 'work', start_ts: 1245, end_ts: 5678 }} + { data: { label: 'home', start_ts: 1245, end_ts: 5678 } }, + { data: { label: 'work', start_ts: 1245, end_ts: 5678 } }, ], };