fix: disable neotest summary opening on test run due to fast context error

This commit is contained in:
Stevan Freeborn
2025-07-03 12:04:40 -05:00
parent 714ee87c71
commit 3494bbca34
2 changed files with 16 additions and 13 deletions
+3
View File
@@ -12,6 +12,9 @@ return {
local neotest = require("neotest")
neotest.setup({
summary = {
follow = false,
},
adapters = {
require("neotest-python"),
require("neotest-jest"),