mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Update jsdoc from Tracing patch (#189)
This fixes the comments @a1ph on #181 about JSDOC.
This commit is contained in:
committed by
Andrey Lushnikov
parent
cb471e3666
commit
c32df08e4c
@@ -1361,7 +1361,7 @@ describe('Page', function() {
|
||||
});
|
||||
|
||||
describe('Page.pdf', function() {
|
||||
let outputFile = __dirname + '/assets/output.pdf';
|
||||
const outputFile = __dirname + '/assets/output.pdf';
|
||||
afterEach(function() {
|
||||
fs.unlinkSync(outputFile);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user