tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs/tests/clitests/tester/passing.js

6 lines
110 B
JavaScript
Raw Normal View History

2023-11-20 21:52:04 +01:00
/*eslint strict:0*/
casper.test.begin('true', 1, function(test) {
test.assert(true);
test.done();
});