Pradeep
Pradeep

Reputation: 140

Can I use Jest with Angular4

I was developing Angular4 project and was looking for Unit test frameworks. Angular has Jasmine and Karma as default frameworks. But I came accross Jest developed by facebook.In their documentation, they have repeatedly used react keyword. But can I use 'Jest' for angular4 unit testing? Any downfall if I use jest with angular4? Or any suggestions for other Unit test frameworks?

Thanks in advance.

Upvotes: 0

Views: 159

Answers (1)

Gokul Chandrasekaran
Gokul Chandrasekaran

Reputation: 545

Yes you can use jest with Angular4.

You can refer Testing Angular 4 with Jest to get started.

Upvotes: 1

Related Questions