Brandon Ritchie
Brandon Ritchie
Jest actually has the same functionality that @ThomasOrtiz mentioned: [From Jest documentation:](https://jestjs.io/docs/expect#expectobjectcontainingobject) ``` test('onPress gets called with the right thing', () => { const onPress = jest.fn(); simulatePresses(onPress); expect(onPress).toBeCalledWith( expect.objectContaining({...
Did you end up finding any workarounds to this? I am running into similar issues.
It does look like #70 updates the action.yml file.
You need to inline your variables in the style prop. I'm guessing it would be a pretty big lift to add Tailwind support, because you would need to find those...
This looks like a duplicate of [This PR that is already open](https://github.com/carstenlebek/svelte-email/pull/15)