Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Initial commit of JsTestDriver unit test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Dec 7, 2011
1 parent 82f3f98 commit a454a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added test/JsTestDriver.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions test/jsTestDriver.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
server: http://localhost:9876

load:
- src/*.js
- src-test/*.js

1 comment on commit a454a7b

@gruehle
Copy link
Member

@gruehle gruehle commented on a454a7b Dec 8, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Please sign in to comment.