The "jest-html-reporters-attach" directory is still created with the 'inlineSource' option.
See original GitHub issueDescribe the bug
"inlineSource": true
however, “jest-html-reporters-attach” directory will be created.
To Reproduce Steps to reproduce the behavior:
- Set
"inlineSource": true
- Run tests.
Expected behavior Do not create a directory.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Hazyzh/jest-html-reporters: Reporter for jest test framework.
html will be created within your root folder containing information about your tests. Available Options. The options below are specific to the reporter....
Read more >Folder path" for inline source type - Microsoft Q&A
Hi ,. In a data flow i have defined online source type . In the source options, defined the ADLS delta file location....
Read more >Difference between "Dataset" and "Inline" sources in Azure ...
Inline permits you to access certain (but not all) Linked service resources without the need to create yet another Dataset object.
Read more >Azure Data Factory Inline Datasets. Working with XML, XLSX ...
ADF Product Team introduces inline datasets for data flows to transform data from XML, Excel, Delta, and CDM using Azure Data Factory and ......
Read more >ADF Inline Datasets: XML, XLSX, Delta, CDM - YouTube
ADF Product Team introduces inline datasets for data flows to transform data from XML, Excel, Delta, and CDM using Azure Data Factory and ......
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 Free
Top 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
Hi @Hazyzh , thank you fixed issue! I immediately updated and tried it. I was able to confirm that the “jest-html-reporters-attach” directory was deleted after the test was completed. 😄
Hi @Vivi-Ornitier , a new version
v3.0.9
fixed this issue has been released. you can update and have a try.