Cristian Flórez

Results 8 comments of Cristian Flórez

@gax97 this library its supported by expo? I'm implementing some test with this library in expo app and throws many errors of the type: ```shell TypeError: _reactNativeMmkv.MMKV.getString is not a...

anyone interested in collaborating to make saleor skd compatible with react native? @pgiki @sebasalvarado

I'm using this config with `vitest`, but If I try to run a simple test: ```ts test('should pass', function () { expect(true).toBe(true); }); ``` I get: `Error: No known conditions...

I'm using `jsdom` env in Vitest, if that is what you mean with `enabled`, also I'm wrapping the app with the `MockProvider` but the `worker.start` executed conditionally. what I did...

Thank you for responding so quickly. I have some questions, I use `pylint` instead `flake8` and I have configured it to [detect when pylint has been unable to import a...

Can You explain to me a little better what you do inside your sessions. You create in each run of your session the file requirements.txt and then install with pip...