Fixed the goodTests var not resetting
This commit is contained in:
@ -466,6 +466,7 @@ var runTests = function(err, data) {
|
||||
};
|
||||
|
||||
function bonfireExecute() {
|
||||
goodTests = 0;
|
||||
attempts++;
|
||||
ga('send', 'event', 'Challenge', 'ran-code', challenge_Name);
|
||||
userTests = null;
|
||||
|
Reference in New Issue
Block a user