insidewhy

Results 151 comments of insidewhy

> does not support jest act It does, you can even pass `act` as a constructor argument to avoid having to use it manually if you want. > nor does...

Released this package which supports wildcards in mocks and a bunch of other nice functionality to help writing tests: https://github.com/insidewhy/wildcard-mock-link I find that specifying requests ahead of time is acceptable,...

@klaaspieter I think I'll add a "match all requests" wildcard option, and then have methods for pushing out responses as needed. That should pretty much match your proposal while also...

@martdavidson It's fully compatible and lets you fire subscription events manually, other features too!

This works: ```typescript import { styleSheetSerializer } from "jest-styled-components"; styleSheetSerializer.setStyleSheetSerializerOptions({}); ``` The documentation is wrong.

I'd like to request all of the source code *except* the player hair class. Then if someone downloaded the source code to compile it and avoid paying for the game,...

Completely disabling razor isn't exactly a workaround, unless you don't need razor.

This looks like: https://github.com/wearefractal/gulp-concat/issues/94

We're working on a product where even a few requests causes the whole app to lag since the CPU of the device isn't very powerful.

@daksh-gargas Okay let me know if you need some help testing, I can try your branch against our product when it's ready if you want a second pair of eyes.