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.
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.