Add missing semicolon
This commit is contained in:
@@ -23,7 +23,7 @@ page.open(url).then(function(status) {
|
|||||||
}
|
}
|
||||||
page.close();
|
page.close();
|
||||||
phantom.exit(failedTests.length === 0 ? 0 : 1);
|
phantom.exit(failedTests.length === 0 ? 0 : 1);
|
||||||
}
|
};
|
||||||
} else {
|
} else {
|
||||||
console.error('The tests could not be started. Is the server running?');
|
console.error('The tests could not be started. Is the server running?');
|
||||||
page.close();
|
page.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user