You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to avoid Jest config duplication and use fields from the config in package.json. But for some reason require('./package.json') in bootstrap ends up with Cannot find module error. Am I missing something?
Can be reproduced in /~https://github.com/endragor/wallaby-jest-sample
The text was updated successfully, but these errors were encountered:
I'd like to avoid Jest config duplication and use fields from the config in package.json. But for some reason
require('./package.json')
in bootstrap ends up withCannot find module
error. Am I missing something?Can be reproduced in /~https://github.com/endragor/wallaby-jest-sample
The text was updated successfully, but these errors were encountered: