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 a6a6e9f commit 2bd1149Copy full SHA for 2bd1149
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