Help getting started with tests

Hello, I’m looking to contribute to Brave!

I have read through many of the docs on github including the Contributing guide.

I cloned the source code, and was able to start up the app after following the windows installation guide.

I found a few beginner-tagged bugs that I am interested. I’m new to open source, but am a full time developer so this work is not too unfamiliar. I’m mostly intimidated by the pull request process, and making sure I put in all the right information.

Because Brave is test-driven, I thought I would try to run the tests and get familiar with that process, but I ran into issues. I followed the tests guide, and ran npm run test. Each test result shows me a couple red error messages saying "before all" hook or "after all" hook. I waited a day, and then got latest, and ran npm install again, but still the same issue. I feel like this must be an easy fix, as it looks like tests are running correctly on Travis.

Any help would be appreciated, especially if it can help me diagnose these kinds of issues!

Were you sure to run npm run watch-all in another terminal?

stale