We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42339a5 commit 54ae170Copy full SHA for 54ae170
test/puppeteer-environment.js
@@ -12,7 +12,6 @@ const DIR = path.join(os.tmpdir(), 'jest_puppeteer_global_setup');
12
13
export default class PuppeteerEnvironment extends NodeEnvironment.TestEnvironment {
14
async setup() {
15
- await super.setup();
16
// get the wsEndpoint
17
const wsEndpoint = await readFile(path.join(DIR, 'wsEndpoint'), 'utf8');
18
if (!wsEndpoint) {
0 commit comments