mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Move test_credentials.js to var/casper.
This commit is contained in:
committed by
Tim Abbott
parent
a131fc74f0
commit
b143d6ca6e
@@ -2,7 +2,7 @@ var common = (function () {
|
||||
|
||||
var exports = {};
|
||||
|
||||
var test_credentials = require('../casper_lib/test_credentials.js').test_credentials;
|
||||
var test_credentials = require('../../var/casper/test_credentials.js').test_credentials;
|
||||
|
||||
function timestamp() {
|
||||
return new Date().getTime();
|
||||
|
||||
Reference in New Issue
Block a user