From d7f119ab1db6527c8c69200aa7f1205dad5dbaa4 Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Wed, 12 Jun 2024 10:42:47 -0300 Subject: [PATCH] refactor: Remove test-results/.last-run.json file Remove the test-results/.last-run.json file, which is no longer needed. This change cleans up the repository and removes unnecessary files. --- test-results/.last-run.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test-results/.last-run.json diff --git a/test-results/.last-run.json b/test-results/.last-run.json deleted file mode 100644 index 8460acf95..000000000 --- a/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "failed", - "failedTests": [] -}