mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
This fixes an unfortunate bug where the backend tests in zerver/tests.py were not being run automatically, and also makes these a bit easier to find.
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
var casper = require('casper').create();
|
|
casper.echo('it works');
|
|
casper.exit();
|