-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using asar fiddle file #106
base: main
Are you sure you want to change the base?
Conversation
i used my most of the time to just create test case for asar and still not done so i just created a pull request i only done changes in src/fiddle.ts file |
@erickzhao can i also help i would like to learn how to create test case |
Do you mean a negative case? You can simply use
You can be more rigorous by making sure the file list and files' content are identical by comparing it with |
thanks for suggestion For Case Running Fiddle from Local Dirwe test if mainPath in fiddle object is same as provided path what should be done For ASAR case:-asarPath: path to asar file (example
NOTEShould i compare extracted content to the content of dir which is used to create asar because i did use test example to create asar so this can be donebut then testing of asar will depend on content of example fiddle if in future fiddle example get changed then asar file must be create from that exampleI m implementing all of this, so let me know if some one get any more idea or suggestion on this |
Yeah that might happen. I have an idea, what about archiving the |
#100
what improvement should i do
am i doing right ?