Jason Deppen

Results 10 comments of Jason Deppen

I'm having the same issue. Did you get it resolved, @Vargentum? Thank you ``` "jest": "^21.2.1", "jest-html": "^1.3.5", OSX 10.13.1 "jest": { "snapshotSerializers": ["/node_modules/jest-html"], "testRegex": ".*test\\.jsx?$", "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/__mocks__/fileMock.js",...

Same here, I had to call uniq on the array

+1 for update please

> I wound up inlining the contents of `manifest.js` in a script tag in the head of the page @RiccardoMargiotta, good idea. It feels convoluted how I have it here;...

@RiccardoMargiotta, thanks. Are you getting this in the terminal? ``` Started GET "/manifest-6ba779bac5026446ba70.js.map" for 127.0.0.1 at 2018-10-03 11:41:51 -0400 ActionController::RoutingError (No route matches [GET] "/manifest-6ba779bac5026446ba70.js.map"): ``` It looks like that's...

Thanks, @clockworked247 (and @thk2b). For posterity, here's how I handled mine (stripped down version) with Jest snapshots. I only need to ensure the correct data is being sent. ``` it('example...

Here's what I'm using https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css https://react-id-swiper.ashernguyen.site/doc/get-started

After working through another project, I noticed fetch doesn't explicitly need to be required.

@scmx said (thank you) `.../0.4.0/...` but my version is `1.1.1` Check your version with `ls /usr/local/Cellar/rbenv/` This was the answer for me: `ln -s /usr/local/Cellar/rbenv/1.1.1/bin ~/.rbenv/bin` I don't know if...

@kirs, did you mean that this is already the default for rbenv_ruby and there's nothing to set? > If you use Homebrew, your rbenv_ruby path should be /usr/local/Cellar/rbenv/0.4.0 I'm wondering...