Skip to content

Commit

Permalink
test: update with input.datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Aug 16, 2022
1 parent 5d39c8d commit b53ee03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/extract-default-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ describe('Run some Cardscript default-extracting tests', function () {
$GEOLOCATION: null,
base: 'TOMATO',
deliveryOrCollection: 'COLLECT',
dietaryReq: [],
dietaryReqOther: null,
name: null,
hot: false,
Expand Down Expand Up @@ -65,6 +64,8 @@ describe('Run some Cardscript default-extracting tests', function () {
choiceMulti: ['CHOICE_1', 'CHOICE_2'],
choiceWithTitle: 'CHOICE_1',
date: null,
dateTime: null,
dateTimeSeconds: null,
email: null,
slider: 3,
tableWithMultiSelectionSelected: [],
Expand Down

0 comments on commit b53ee03

Please sign in to comment.