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
Most of my wallaby config file and test arrays are copies from the ones in karma.conf.js.
I took me some time to get Wallaby working for some larger apps with more complex file patterns. I have the feeling that the (xxx/yyy) pattern is not supported.
When I have 'app/scripts/**/*.+(html|js)' in my files list, the js files are not loaded, but when I have two separate lines for html and js, everything works fine.
The text was updated successfully, but these errors were encountered:
Most of my wallaby config file and test arrays are copies from the ones in karma.conf.js.
I took me some time to get Wallaby working for some larger apps with more complex file patterns. I have the feeling that the
(xxx/yyy)
pattern is not supported.When I have
'app/scripts/**/*.+(html|js)'
in my files list, the js files are not loaded, but when I have two separate lines for html and js, everything works fine.The text was updated successfully, but these errors were encountered: