phantomjs/test/basics/exit.js

5 lines
88 B
JavaScript

console.log('Hello, world!');
phantom.exit();
console.log('This should never appear');