mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-29 13:49:41 +07:00
* Add examples for testing service worker termination * Add example of failing case to tutorial
15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"name": "puppeteer-demo",
|
|
"version": "1.0",
|
|
"dependencies": {
|
|
"jest": "^29.7.0",
|
|
"selenium-webdriver": "^4.17.0"
|
|
},
|
|
"scripts": {
|
|
"start": "jest ."
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.7.0"
|
|
}
|
|
}
|