You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried calling verify() with the code below and approvals 7.2.0
const{ container }=render(componentWithStoreProvider(<DeviceLocation/>));consthtmlOutput=awaitprettifyHTML(container.innerHTML);// Important belowconstoptions=newOptions().forFile().withFileExtention('.html');verify(__dirname,'my_test',htmlOutput,options);
The output is well generated expect the file extention that is .txt, looks like the option is not taken into account.
The text was updated successfully, but these errors were encountered:
I tried calling
verify()
with the code below and approvals 7.2.0The output is well generated expect the file extention that is
.txt
, looks like the option is not taken into account.The text was updated successfully, but these errors were encountered: