added a little sample maven project to test out the JS maven plugin (its not quite working yet :)

This commit is contained in:
James Strachan
2012-03-29 20:50:36 +01:00
parent abe72e5adc
commit 04905c106a
4 changed files with 78 additions and 0 deletions
@@ -0,0 +1,9 @@
package test.sample
import org.junit.Test
class SampleTest {
Test fun dummy(): Unit {
}
}