mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
e8f8a1ad1f
This patch kills PhantomShim, a lightweight layer that helped to bootstrap Puppeteer API. At this point, PhantomShim: - passes 139 phantomJS tests - fails 13 tests - lacks capabilities to run 26 The failings and unsupported tests don't have any value for Puppeteer API, so it doesn't make sense to maintain PhantomShim any longer.
14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
# exclude all tests
|
|
test
|
|
utils/node6-transform
|
|
|
|
# repeats from .gitignore
|
|
node_modules
|
|
.local-chromium
|
|
.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|