mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: improve TS automated type tests (#6860)
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.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -18,6 +18,5 @@ yarn.lock
|
||||
/lib
|
||||
test/coverage.json
|
||||
temp/
|
||||
puppeteer-core-*.tgz
|
||||
new-docs/
|
||||
puppeteer-*.tgz
|
||||
puppeteer.tgz
|
||||
|
||||
Reference in New Issue
Block a user