Files
zulip/frontend_tests/casperjs/tests/commands/script.js
Tim Abbott f1074aa491 Move frontend tests out of zerver/tests/.
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.
2015-10-28 10:11:47 -07:00

4 lines
81 B
JavaScript

var casper = require('casper').create();
casper.echo('it works');
casper.exit();