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 8fa839a commit edd1b41Copy full SHA for edd1b41
tests/estimate-script.js
@@ -0,0 +1,9 @@
1
+"use strict";
2
+
3
+let Estimate = require("../scripts/estimate.js");
4
5
+process.argv[2] = "3";
6
+process.argv[3] = "2106925";
7
+process.argv[4] = "2024-07-19T02:56:54Z";
8
9
+Estimate.main();
0 commit comments