You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Creating a fresh Stripe App and running the test suite with yarn test fails with this:
src/views/App.test.tsx
● Test suite failed to run
● Invalid return value:
Code transformer's `process` method must return an object containing `code` key
with processed string. If `processAsync` method is implemented it must return
a Promise resolving to an object containing `code` key with processed string.
The text was updated successfully, but these errors were encountered:
Jest version 28.0.0 just came out, and it looks like ts-jest is lagging behind (see kulshekhar/ts-jest#3453). To fix this, change the jest version in package.json to 27.5.1. We will pin this version in the CLI.
Describe the bug
Creating a fresh Stripe App and running the test suite with
yarn test
fails with this:src/views/App.test.tsx
● Test suite failed to run
The text was updated successfully, but these errors were encountered: