mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Fix indentation
This commit is contained in:
@@ -172,12 +172,12 @@ new Nightmare()
|
||||
})
|
||||
.run(done);
|
||||
|
||||
new Nightmare()
|
||||
new Nightmare()
|
||||
.goto('http://yahoo.com')
|
||||
.screenshot('test/test.png', { x: 10, y: 5, width: 10, height: 10})
|
||||
.run(done);
|
||||
|
||||
new Nightmare()
|
||||
new Nightmare()
|
||||
.goto('http://yahoo.com')
|
||||
.screenshot({ x: 10, y: 5, width: 10, height: 10}, (err, buffer) => {
|
||||
console.log(Buffer.isBuffer(buffer));
|
||||
|
||||
Reference in New Issue
Block a user