Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkpurple141/jest-emotion-typescript-minimal
Minimal jest-emotion snapshot-diff test repo
https://github.com/darkpurple141/jest-emotion-typescript-minimal
Last synced: about 12 hours ago
JSON representation
Minimal jest-emotion snapshot-diff test repo
- Host: GitHub
- URL: https://github.com/darkpurple141/jest-emotion-typescript-minimal
- Owner: DarkPurple141
- Created: 2020-06-11T06:30:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:35:47.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:14:05.264Z (7 months ago)
- Language: TypeScript
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest-emotion-typescript-minimal
Minimal jest-emotion snapshot-diff test repoThis repo is the minimal configuration suggested by snapshot-diff / jest-emotion for snapshot testing.
Unfortunately I can't get the two to play nicely together.You can see in `src/__snapshots__` it's close, but not quite providing the correct usable diffs.
It's either:
1. Producing non-deterministic output which can't be relied upon in CI (hashing styles (jest-emotion) not working?)
2. Producing deterministic style output but not producing output for the react-tree.