Skip to content

Commit 2439f79

Browse files
committed
f: test: ./scripts/estimate.js should run without error with provided arguments
1 parent ab00e4a commit 2439f79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/estimate-script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
let Estimate = require("../scripts/estimate.js");
44

5-
process.argv[2] = '3';
6-
process.argv[3] = '2106925';
7-
process.argv[4] = '2024-07-19T02:56:54Z';
5+
process.argv[2] = "3";
6+
process.argv[3] = "2106925";
7+
process.argv[4] = "2024-07-19T02:56:54Z";
88

99
Estimate.main();

0 commit comments

Comments
 (0)