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'm using cypress to test a simple JS file in a web environment. The directory includes a docs/ directory generated by typedoc, which includes a file that makes bundling choke:
The point is not, however, to make the bundle work, but to be able to exclude that directory from bundling, as well as others (like coverage we might want to use. In order to do this, I've dropped this file into cypress/plugins/index.js:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using cypress to test a simple JS file in a web environment. The directory includes a
docs/
directory generated bytypedoc
, which includes a file that makes bundling choke:The point is not, however, to make the bundle work, but to be able to exclude that directory from bundling, as well as others (like
coverage
we might want to use. In order to do this, I've dropped this file into cypress/plugins/index.js:That's apparently not working. Apparently, that's not working at all. Debug still says:
Configuration shows that, for instance, extension configuration is not used. So anyone can explain what seems to be the problem here?
Beta Was this translation helpful? Give feedback.
All reactions