diff --git a/packages/loot-design/src/components/modals/ImportTransactions.test.js b/packages/loot-design/src/components/modals/ImportTransactions.test.js
index 28953ddbcddfc6a2e428e15acd55ff3fd0bce4e6..2fc22514dc2bd14c5b4503d54af27d41d509cbac 100644
--- a/packages/loot-design/src/components/modals/ImportTransactions.test.js
+++ b/packages/loot-design/src/components/modals/ImportTransactions.test.js
@@ -14,7 +14,17 @@ describe('Import transactions', function() {
         { str: '12 24 20', order: 'mm dd yyyy' },
         { str: '20 12 24', order: 'yyyy mm dd' },
         { str: '2020 12 24', order: 'yy mm dd' },
-        { str: '12 24 2020', order: 'mm dd yy' }
+        { str: '12 24 2020', order: 'mm dd yy' },
+        { str: '12 00 2020', order: 'mm dd yyyy' },
+        { str: '12 32 2020', order: 'mm dd yyyy' },
+        { str: '13 24 2020', order: 'mm dd yyyy' },
+        { str: '00 24 2020', order: 'mm dd yyyy' },
+        { str: '02 30 2020', order: 'mm dd yyyy' },
+        { str: '04 31 2020', order: 'mm dd yyyy' },
+        { 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' }
       ];
 
       for (const { str, order } of invalidInputs) {