Move test_credentials.js to var/casper.

This commit is contained in:
Taranjeet Singh
2016-07-24 10:41:12 +05:30
committed by Tim Abbott
parent a131fc74f0
commit b143d6ca6e
5 changed files with 6 additions and 5 deletions

View File

@@ -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();