mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
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.
This commit is contained in:
3
frontend_tests/casperjs/tests/commands/script.js
Normal file
3
frontend_tests/casperjs/tests/commands/script.js
Normal file
@@ -0,0 +1,3 @@
|
||||
var casper = require('casper').create();
|
||||
casper.echo('it works');
|
||||
casper.exit();
|
||||
Reference in New Issue
Block a user