Open louis49 opened 9 years ago
Hello
How do run specs with this module?
what i do doesn't work (infinite wait):
if(typeof jasmine == 'undefined') { console.log("SPEC IS NOT RUNNING"); var basicAuth = new HttpBasicAuth(function(username, password) { return 'guest' == username & 'password' == password; }); basicAuth.protect(); } else { console.log("SPEC IS RUNNING"); }
Hello
How do run specs with this module?
what i do doesn't work (infinite wait):
if(typeof jasmine == 'undefined') { console.log("SPEC IS NOT RUNNING"); var basicAuth = new HttpBasicAuth(function(username, password) { return 'guest' == username & 'password' == password; }); basicAuth.protect(); } else { console.log("SPEC IS RUNNING"); }