Skip to content

Commit

Permalink
Merge pull request #77 from tuanbass/main
Browse files Browse the repository at this point in the history
fix: spawn jest job is hang
  • Loading branch information
haydenmeade authored Dec 17, 2023
2 parents 2ee78ce + 2dc3c70 commit 4f9d50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest-jest/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ function adapter.build_spec(args)
"--json",
"--outputFile=" .. results_path,
"--testNamePattern=" .. testNamePattern,
"--forceExit",
pos.path,
})

Expand Down

0 comments on commit 4f9d50a

Please sign in to comment.