Paul Kleimeyer

Results 4 comments of Paul Kleimeyer

@ayrton I was running my tests with karma and PhantomJS. If I run these specific tests with jsdom, then all of the tests pass. Since I prefer to run all...

@ayrton I modified my karma configuration, so that I am using jsdom now. I am using several of chai-enzyme assertions, but style() is only one hanging me up, even with...

@dpoindexter: Thanks for a very helpful response. This solved my issue. Specifically, I removed the line: `cheerio': 'window',` from `externals` configuration, and added the line: `{ test: /\.json$/, loader: "json"}`...

Happens also with Mongoose 3.9.7, but not with 3.8.22