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

6 lines
118 B
JavaScript
Raw Permalink Normal View History

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