How to use the @times-components/jest-serializer.rnw function in @times-components/jest-serializer

To help you get started, we’ve selected a few @times-components/jest-serializer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github newsuk / times-components / packages / tracking / __tests__ / web / serializers.js View on Github external
const { AppRegistry } = require("react-native-web");
const { addSerializers, rnw } = require("@times-components/jest-serializer");

addSerializers(expect, rnw(AppRegistry));
github newsuk / times-components / packages / storybook / __tests__ / web / serializers.js View on Github external
const { AppRegistry } = require("react-native-web");
const { addSerializers, rnw } = require("@times-components/jest-serializer");

addSerializers(expect, rnw(AppRegistry));
github newsuk / times-components / packages / article-label / __tests__ / web / serializers.js View on Github external
const { AppRegistry } = require("react-native-web");
const { addSerializers, rnw } = require("@times-components/jest-serializer");

addSerializers(expect, rnw(AppRegistry));