You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my deno.json config for running e2e test.
In this example when I run deno task test, the server is still running although the deno test is done.
(notice there is ; exit at the end of line)
Another case when spawned process not closed when deno task exit
This is my deno.json config for running e2e test.
In this example when I run
deno task test
, the server is still running although thedeno test
is done.(notice there is
; exit
at the end of line)Originally posted by @DrSensor in #33 (comment)
The text was updated successfully, but these errors were encountered: