test(electron): add unit tests for updater (#5439)

This commit is contained in:
Joooye_34
2023-12-29 04:39:28 +00:00
parent 15566d8507
commit 5a1065c646
9 changed files with 314 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export * from './app-adapter';
export * from './http-executor';
export * from './updater';