Closed zanechua closed 5 years ago
Hey! 👋
Your issue do not follow our guidelines.
Please, provide a complete message on how you have this issue, what do you expect and how we can reproduce your issue.
@RomainLanz not sure what more information you need?
As of right now, everytime i run the make:test command on an adonis project, the console hangs and i have to force close my console. Ctrl +C or Ctrl+ Z do absolutely nothing.
You must have something that create and hold a connection in one of your provider.
We cannot help you more without a proper reproduction since this issue is related to your additional code.
Ah. I found the problem. Thanks 🙂
Package version
"@adonisjs/vow": "^1.0.17",
Node.js and npm version
Node: v10.15.3 npm: 6.4.1
Sample Code (to reproduce the issue)
adonis make:test simpleTest
Expected Output
Test File is generated Console does not hang?