This information is out of date - please see http://www.grails.org/jsUnit+plugin
grails-jsunit provides an easy and convenient way to utilize the JsUnit framework to your grails application. JsUnit allows you to unit test JavaScript functions in a similar way to using JUnit for Java.
To install the plugin, use:
grails install-plugin http://www.javathinking.com/grails/grails-jsunit-plugin/0.1/grails-jsunit-0.1.zip
This plugin adds the following new scripts:
create-jsunit-test
Generates a [...]

