Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 397 Bytes

#jasmine-gwt

Simple GWT wrapper for jasmine testing framework

Look inside the example module...

To run the example:

gradlew :example:gwtSuperDev

Then navigate to:

http://localhost:9876/jasmine.example.JasmineExample/jasmine/runner.html

Change log

0.1.2

  • Upgrade to GWT 2.7.0-rc1
  • Auto compile on refresh of the jasmine runner page

0.1.1

  • Initial version