freave/make-pot

Add unittests with Jest

Opened this issue · 2 comments

mve commented
Add unittests with Jest

Do these unittests need to be in the same folder as the .php tests?

mve commented

Do these unittests need to be in the same folder as the .php tests?

Yes i ended up deciding to put all the tests inside the "test" folder instead of alongside the code just to keep the src directory clean.

I've just committed a basic setup for Jest.
6c6d67b