adonisjs / vow

Test Runner For AdonisJs
MIT License
56 stars 18 forks source link

adonis make:test fails and hangs #33

Closed zanechua closed 5 years ago

zanechua commented 5 years ago

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?

RomainLanz commented 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.

zanechua commented 5 years ago

@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.

RomainLanz commented 5 years ago

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.

zanechua commented 5 years ago

Ah. I found the problem. Thanks 🙂