-
Notifications
You must be signed in to change notification settings - Fork 98
Not recognizing default parameters #216
Comments
Hi @jamesloewen! Would you be up for creating a PR? |
I can take a stab at it this weekend |
Well, I tried reproducing this in the test environment here and couldn't immediately find out how to reproduce. I'll take another chance when I have he chance at the office when I have access to the repo I first encountered it in. For reference if others want to try to reproduce, this is the babelrc in use at the time. Issue only comes up when running jest with coverage turned on. (Something somewhere is getting it to a bad state that this repo can't handle, but not sure where and which repo is actually responsible for the bug).
|
Hi, I'm facing the same issue. I was able to create a minimum playground that reproduces this issue: package.json
.babelrc
src/filter.js
src/filter.test.js
When I run And if I remove the usage of the plugin the issue disappears. Hope this helps. |
When running this in certain environments (specifically jest with --coverage flag), this code sample result in
TypeError: Cannot read property 'noop' of undefined
This started happening when I added this plugin
The text was updated successfully, but these errors were encountered: