chai-jest-snapshot icon indicating copy to clipboard operation
chai-jest-snapshot copied to clipboard

Chai assertion that provides Jest's snapshot testing

Results 8 chai-jest-snapshot issues
Sort by recently updated
recently updated
newest added

I understand that this code probably isn't ready to merge yet (e.g., it doesn't have tests or docs), but I wanted to at least open this PR in case others...

I'd like to: 1. Find if there are any unused snapshots. 2. Remove those snapshots and remove the entire .snap files when no more snapshots left. It seems that there...

I didn't had that problem during dev time or release. But i'm exploring using snapshots for some tests and i'm given ``` node_modules\fbjs\lib\warning.js:33 Warning: Each child in an array or...

This will enable the latest features

I am using this package with Mocha, and setting a snap files explicitly using setFilename. When I run the tests, it shows as successful every time (even after changes). However,...

I use *Jest* with *Enzyme* and when I use the following line like in the doc for updating my snapshot, that creates 1 more snapshot with the same name plus...

I tried both Mocha configuration and framework-agnostic (manual) ones. Doesn't seem to work, as __dirname points to '/' which is not possible to write to (permission). Any idea how to...

These would not be committed, rather used for debugging.