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 ab00e4a commit 2439f79Copy full SHA for 2439f79
tests/estimate-script.js
@@ -2,8 +2,8 @@
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';
+process.argv[2] = "3";
+process.argv[3] = "2106925";
+process.argv[4] = "2024-07-19T02:56:54Z";
8
9
Estimate.main();
0 commit comments