Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Add test #96

Merged
merged 73 commits into from
Jan 1, 2023
Merged

feat: Add test #96

merged 73 commits into from
Jan 1, 2023

Conversation

jackton1
Copy link
Member

No description provided.

@@ -0,0 +1,12 @@
const puppeteer = require('puppeteer');

Check notice

Code scanning / Jshint (reported by Codacy)

Prohibits the use of __iterator__ property due to compatibility issues

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

(async () => {
const browser = await puppeteer.launch();
const page = await browser.newPage();

Check notice

Code scanning / Jshint (reported by Codacy)

Prohibits the use of __iterator__ property due to compatibility issues

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
@jackton1 jackton1 merged commit c777a2f into main Jan 1, 2023
@jackton1 jackton1 deleted the feat/add-test branch January 1, 2023 08:51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant