We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502440c commit 903cdd1Copy full SHA for 903cdd1
1 file changed
src/bin.ts
@@ -325,4 +325,5 @@ const runBin = async (): Promise<void> => {
325
bin.run();
326
};
327
328
-runBin();
+// Exposed for test, we can also consider use TLA someday
329
+export const __promise = runBin();
0 commit comments