-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
I don't know when the puppetter node_modules
layout changed, but the new layout seems to be breaking require('pptr-testing-library/extend')
.
I am using [email protected]
, [email protected]
, and [email protected]
, and when I import pptr-testing-library/extend
in my Jest setup file it throws TypeError: Cannot read properties of undefined (reading 'Page')
. Neither of the libPrefix
options are present in the puppeteer node_modules
install:
node_modules/puppeteer
├── install.js
├── lib
│ ├── cjs
│ │ └── puppeteer
│ │ ├── getConfiguration.d.ts
│ │ ├── getConfiguration.d.ts.map
│ │ ├── getConfiguration.js
│ │ ├── getConfiguration.js.map
│ │ ├── node
│ │ │ ├── install.d.ts
│ │ │ ├── install.d.ts.map
│ │ │ ├── install.js
│ │ │ └── install.js.map
│ │ ├── puppeteer.d.ts
│ │ ├── puppeteer.d.ts.map
│ │ ├── puppeteer.js
│ │ └── puppeteer.js.map
│ ├── esm
│ │ ├── package.json
│ │ └── puppeteer
│ │ ├── getConfiguration.d.ts
│ │ ├── getConfiguration.d.ts.map
│ │ ├── getConfiguration.js
│ │ ├── getConfiguration.js.map
│ │ ├── node
│ │ │ ├── install.d.ts
│ │ │ ├── install.d.ts.map
│ │ │ ├── install.js
│ │ │ └── install.js.map
│ │ ├── puppeteer.d.ts
│ │ ├── puppeteer.d.ts.map
│ │ ├── puppeteer.js
│ │ └── puppeteer.js.map
│ └── types.d.ts
├── node_modules
├── package.json
├── README.md
└── src
├── getConfiguration.ts
├── node
│ └── install.ts
├── puppeteer.ts
├── tsconfig.cjs.json
└── tsconfig.esm.json
10 directories, 34 files
pallymore and Anatol-Hrabouski
Metadata
Metadata
Assignees
Labels
No labels