Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 386 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 386 Bytes

Examples for testing Nashorn JavaScript with Spock and/or Jasmine

to get it running, you should have npm installed on your local machine. Then, just run

$ gradle npm (this installs all npm dependencies from package.json)
$ gradle test (executes the tests)

(in case you haven't installed gradle on your machine, use the gradle wrapper gradlew