Skip to content

Commit 1aacecd

Browse files
committed
lint
1 parent cacce27 commit 1aacecd

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

spec/src/modules/tracker.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10095,20 +10095,20 @@ describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
1009510095
itemId: '1',
1009610096
itemName: 'item1',
1009710097
questions: [
10098-
{ question: 'Why choose this?' },
10099-
{ question: 'How is this product made?' },
10100-
{ question: 'What are the dimensions of this product?' },
10098+
{ question: 'Why choose this?' },
10099+
{ question: 'How is this product made?' },
10100+
{ question: 'What are the dimensions of this product?' },
1010110101
],
1010210102
viewTimespans: [
1010310103
{
10104-
'start': '2025-05-19T14:30:00+02:00',
10105-
'end': '2025-05-19T14:30:05+02:00'
10104+
start: '2025-05-19T14:30:00+02:00',
10105+
end: '2025-05-19T14:30:05+02:00',
1010610106
},
1010710107
{
10108-
'start': '2025-05-19T14:30:10+02:00',
10109-
'end': '2025-05-19T14:30:15+02:00'
10110-
}
10111-
]
10108+
start: '2025-05-19T14:30:10+02:00',
10109+
end: '2025-05-19T14:30:15+02:00',
10110+
},
10111+
],
1011210112
};
1011310113
const optionalParameters = {
1011410114
section: 'Products',
@@ -10408,9 +10408,9 @@ describe(`ConstructorIO - Tracker${bundledDescriptionSuffix}`, () => {
1040810408
itemId: '1',
1040910409
itemName: 'item1',
1041010410
questions: [
10411-
{ question: 'Why choose this?' },
10412-
{ question: 'How is this product made?' },
10413-
{ question: 'What are the dimensions of this product?' },
10411+
{ question: 'Why choose this?' },
10412+
{ question: 'How is this product made?' },
10413+
{ question: 'What are the dimensions of this product?' },
1041410414
],
1041510415
};
1041610416
const optionalParameters = {

0 commit comments

Comments
 (0)