garbados / orbit-pouch-store

2 stars 1 forks source link

Testing #2

Open garbados opened 6 years ago

garbados commented 6 years ago
mz2 commented 6 years ago

I'm having the same issue with testing and stopping for test purposes. Have you found a solution?

garbados commented 6 years ago

My workaround is to run process.exit(0) once tests have concluded, but this complicates things with Tap where coverage reporting happens in the same process, so killing it early prevents things like coverage reporting.