Joseph Stiles

Results 14 comments of Joseph Stiles

My workaround is to only capture images in headless mode. ``` Cypress.browser.isHeadless ? cy.matchImageSnapshot() : cy.log('Snapshot skipped in headed mode.') ```

``` overrides: [ { files: ['**/index.js'], rules: { 'filenames/match-exported': 0 } } ], ```

Repro: https://codesandbox.io/s/tender-wiles-3n6mh

@gerbenmeyer the question is about CSS modules instead of static string classNames. I have not yet tried it myself but it sounds like the dynamically generated classNames that result from...

The promises vs `useFakeTimers` rabbit hole leads here. What's next for this PR ?

I think there are two distinct issues here: Not moving the beside comment is a bug. Behavior for other comment locations is a feature.

This issue is pretty cold but as a new monorepo and vscode-jest user, this problem became evident fairly quick with no immediate solution. I really want to avoid extra files...

I can confirm that the solution provided by @connectdotz does work for a collection of `create-react-app`s without typescript. Bit of `some-monorepo.code-workspace`: ``` { "settings": { "jest.pathToJest": "yarn run jest", //...

@yatki I wonder if the issue is order is reversed, that this option could be implemented in way that closes #129.

+1 also due to termux. I will be using less until then but I am excited for Sass.