build: fix eslint issues (#124)
* build: fix eslint issues * build: migrate to Node 16
This commit is contained in:
committed by
GitHub
parent
531a952df3
commit
96ad8afe1d
@@ -11,10 +11,6 @@ const NodeEnvironment = require('jest-environment-node');
|
||||
const DIR = path.join(os.tmpdir(), 'jest_puppeteer_global_setup');
|
||||
|
||||
class PuppeteerEnvironment extends NodeEnvironment {
|
||||
constructor(config) {
|
||||
super(config);
|
||||
}
|
||||
|
||||
async setup() {
|
||||
await super.setup();
|
||||
// get the wsEndpoint
|
||||
|
||||
Reference in New Issue
Block a user