chg: replaced ant with gradle
This commit is contained in:
parent
ced560f0c7
commit
7eebeee1d0
615 changed files with 87626 additions and 638 deletions
17
modules/jala/util/Test/tests/skeleton.js
Normal file
17
modules/jala/util/Test/tests/skeleton.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* Prefix all test-functions with "test"
|
||||
*/
|
||||
|
||||
/**
|
||||
* Called before running the tests
|
||||
*/
|
||||
var setup = function() {
|
||||
return;
|
||||
};
|
||||
|
||||
/**
|
||||
* Called after all tests have finished
|
||||
*/
|
||||
var cleanup = function() {
|
||||
return;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue