Tobias Lengsholz

Results 16 comments of Tobias Lengsholz

@wheresrhys anything missing from this PR?

published new version with latest jest version under `[email protected] `

Updated the fork to newest version of jest, available under `[email protected]` new functionality: you're now able to use jest matches in the body you are expecting. for example: ```js fetch('http://example.com/path',...

took me a while too: `http://localhost:4443/storage/v1/b//o/?alt=media` might not need the `alt=media` for text. i've only been using it for images

I got it working for me with the new `namespace` option of `babel-plugin-styled-components`, which enables us to pass the `sc` prefix by hand now. This is my babel config now:...

> I'm receiving an error `No style rules found on passed Component` with `toHaveStyleRule`. It started after update `jest` to 27x, I tried to configure the `babel-plugin-styled-components` with `{ ssr:...

cors header set by the auth emulator is not `*`, here is a screenshot of the request when calling it in a local environment: ![image](https://user-images.githubusercontent.com/8217788/183218040-72a05b18-03cc-4412-a700-12763879d9e8.png) on gitpod, i get this:...

I created a PR to adress this. Meanwhile, feel free to use the deployed fork: https://www.npmjs.com/package/jsonapi-serializer-tobilen PS.: This fork will be deprecated from npm if/when the PR is merged