mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
641ffc2a20
This PR: 1. Makes sure we remove and freshly install Puppeteer before testing our type defs, to avoid running on stale files. 2. Makes the tests run off `puppeteer.tgz` to avoid having version numbers in the file name and therefore having to update it when we bump versions.
23 lines
338 B
Plaintext
23 lines
338 B
Plaintext
/node_modules/
|
|
test-ts-types/**/node_modules
|
|
test-ts-types/**/dist/
|
|
/test/output-chromium
|
|
/test/output-firefox
|
|
/test/test-user-data-dir*
|
|
/.local-chromium/
|
|
/.local-firefox/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
yarn.lock
|
|
/node6
|
|
/utils/browser/puppeteer-web.js
|
|
/lib
|
|
test/coverage.json
|
|
temp/
|
|
new-docs/
|
|
puppeteer.tgz
|