This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Dappeteer options not being passed by jest.config.js or package.json (when using the preset) #75
Labels
bug
Something isn't working
Describe the bug
Dappeteer options not being passed by jest.config.js or package.json (when using
@chainsafe/dappeteer
Jest preset).To Reproduce
Steps to reproduce the behavior:
package.json ->
jest
key:Same thing happens when using
jest.config.js
file.Other Jest options (e.g. verbose=false) do work when using the same config.
Expected behavior
Dappeteer options should be passed as-is when using the preset.
Currently the workaround is to use custom setup/teardown/environment files that pass these options.
System:
The text was updated successfully, but these errors were encountered: