helma/modules/jala/util/Test/tests/skeleton.js

18 lines
224 B
JavaScript
Raw Normal View History

2020-03-16 16:53:52 +01:00
/**
* 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;
};