Testing an angular2-meteor project (client-side)

Hello

I am new to meteor and would like to experiment with it using angular2 on the client-side. A have read the tutorials on the angular-meteor site and started off with the angular2-meteor-base boilerplate, which has some sample unit tests. Unfortunately, the client-side tests fail to run.

Has anyone managed to make them work?
Can you point me to a working example of unit testing an angular2-meteor project?

Thanks in advance.

There is an open issue with the angular project that discusses the issue you’re seeing when trying to run the client side tests:

One of the possible workarounds mentioned might help.