angeloderivco

Results 4 comments of angeloderivco

This functionality works if you have a steps file for the feature but not when you use it with autoBindSteps. I'll put in some code to replicate this when i...

I'm still getting this error and I don't even have babel-loader in my webpack config. If it helps, I'm using yarn as my package manager. ``` const path = require("path");...

@yannbf I did have addon-coverage in there but I was playing with some other config and posted the one without it. Either way it still doesn't give me the coverage...

So it looks like the problem was on the mixin method as it doesn't work on arrays. Resolved that but now I get stuck when trying to start storybook without...