generated snapshot is incorrect
See original GitHub issuets-node test/cli.ts -g
# Auto-generated test cases ( Kataw )
- From: kataw/test/__snapshot__/types/type/arrow-function-type/autogen.md
- Path: kataw/test/__snapshot__/types/type/arrow-function-type/gen/tuple
> :: test: tuple
> :: case: (|x,...[() => c[|a|b]|d]) => c|d
## Options
`````js
{}
Input
type a = [(|x,...[() => c[|a|b]|d]) => c|d];
Output
CST
ed test cases ( Kataw )
- From: kataw/test/__snapshot__/types/type/arrow-function-type/autogen.md
- Path: kataw/test/__snapshot__/types/type/arrow-function-type/gen/tuple
> :: test: tuple
> :: case: (|x,...[() => c[|a|b]|d]) => c|d
## Options
`````js
{}
Input
type a = [(|x,...[() => c[|a|b]|d]) => c|d];
### Printed
```javascript
ed test cases ( Kataw )
- From: kataw/test/__snapshot__/types/type/arrow-function-type/autogen.md
- Path: kataw/test/__snapshot__/types/type/arrow-function-type/gen/tuple
> :: test: tuple
> :: case: (|x,...[() => c[|a|b]|d]) => c|d
## Options
`````js
{}
Input
type a = [(|x,...[() => c[|a|b]|d]) => c|d];
### Diagnostics
```javascript
ed test cases ( Kataw )
- From: kataw/test/__snapshot__/types/type/arrow-function-type/autogen.md
- Path: kataw/test/__snapshot__/types/type/arrow-function-type/gen/tuple
> :: test: tuple
> :: case: (|x,...[() => c[|a|b]|d]) => c|d
## Options
`````js
{}
Input
type a = [(|x,...[() => c[|a|b]|d]) => c|d];
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
What's wrong with snapshot tests. Since snapshot ... - Medium
toMatchSnapshot () , Jest creates a snapshot file, like mytest.spec.js.snap , with all snapshots of your test file. You don't see this file...
Read more >reactjs - Jest snapshot testing not generating appropriate ...
Now I'm trying to test my react components using snapshot testing. I've encountered such problem: jest only updates snapshot for AppComponent, ...
Read more >Snapshot Testing - Jest
Snapshot tests are a very useful tool whenever you want to make ... This will re-generate snapshot artifacts for all failing snapshot tests....
Read more >Snapshot comparison failing but results look identical #9865
The output is very unhelpful because the serialized results look identical. To Reproduce. Created a unit tests against captured console output ...
Read more >Corrupted model snapshot in EF Core and broken migrations
The case for this is almost always that the model snapshot was corrupted before. The most common reason for this is that remove...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
fixed in https://github.com/kataw/kataw/commit/f6ba55964355bd28c8cbecbe5824df9979b9a412. but left a TODO. ( ̄▽ ̄)~*
Is this fixed?