bradenkeith / testing-nova

A test suite demonstrating TDD with Nova
MIT License
104 stars 10 forks source link

dusk test drops all tables #1

Open ndberg opened 5 years ago

ndberg commented 5 years ago

Hi. Thanks for this repository. I'm just wondering, is it the expected behavior that running a dusk test drops all tables?

bradenkeith commented 5 years ago

It is not! I have not revisited that issue to track it down. If you would like to open a PR for it, I’ll happily accept.

ndberg commented 5 years ago

ok thanks. I'll try, I'm totally new to automated testing, so I don't know yet if I'll be successfull with that.