Mirgorod
Mirgorod

Reputation: 32713

Best solution for unit-testing Mootools code

I want to find the best solution for testing Mootools code. I have wide expirience in jQuery and it wasn't hard to find tool for testing jQuery code - QUnit. Is there any equiv tool for unit-testing Mootools code?

Upvotes: 2

Views: 400

Answers (1)

MattiSG
MattiSG

Reputation: 4026

See JSSpec or Jasmine.

Upvotes: 2

Related Questions