diff --git a/packages/loot-design/src/components/modals/ImportTransactions.test.js b/packages/loot-design/src/components/modals/ImportTransactions.test.js index 2fc22514dc2bd14c5b4503d54af27d41d509cbac..1c5b35f52db162ec81e303ad3f751da14e8d19b0 100644 --- a/packages/loot-design/src/components/modals/ImportTransactions.test.js +++ b/packages/loot-design/src/components/modals/ImportTransactions.test.js @@ -24,7 +24,10 @@ describe('Import transactions', function() { { str: '04 31 2020', order: 'mm dd yyyy' }, { str: '06 31 2020', order: 'mm dd yyyy' }, { str: '09 31 2020', order: 'mm dd yyyy' }, - { str: '11 31 2020', order: 'mm dd yyyy' } + { str: '11 31 2020', order: 'mm dd yyyy' }, + { str: '2046 31 2020', order: 'mm dd yyyy' }, + { str: '2011 31 2020', order: 'mm dd yy' }, + { str: '2020', order: 'mm dd yy' } ]; for (const { str, order } of invalidInputs) {