From 3aab2a6dbe9dc1699b7f30f74b4a0d285e9a4107 Mon Sep 17 00:00:00 2001 From: Rexios Date: Sun, 1 Dec 2024 15:58:32 -0500 Subject: [PATCH] Debugging tests --- test/run_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run_test.dart b/test/run_test.dart index 4981676..3c33fd3 100644 --- a/test/run_test.dart +++ b/test/run_test.dart @@ -12,6 +12,7 @@ void main() { ['run', 'custom_lint'], projects: defaultProjects(devDependencies: {'custom_lint: any'}), link: true, + debug: true, ); final stdout = result.stdout;