Skip to content

Commit 54ae170

Browse files
committed
remove setup
1 parent 42339a5 commit 54ae170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/puppeteer-environment.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const DIR = path.join(os.tmpdir(), 'jest_puppeteer_global_setup');
1212

1313
export default class PuppeteerEnvironment extends NodeEnvironment.TestEnvironment {
1414
async setup() {
15-
await super.setup();
1615
// get the wsEndpoint
1716
const wsEndpoint = await readFile(path.join(DIR, 'wsEndpoint'), 'utf8');
1817
if (!wsEndpoint) {

0 commit comments

Comments
 (0)