Closed
Description
Do you want to request a feature or report a bug?
Feature - new package
What is the expected behavior?
Create a jest-serialize
package that uses either v8 serialize or JSON.
Reference: #5565
For starters, we could just implement this API:
import {serialize, deserialize} from 'jest-serialize';
Activity