Skip to content

Commit ecb2c91

Browse files
committed
Normalize CLI path expectation cross-platform
1 parent 87a1aed commit ecb2c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ assert.deepEqual(
6767
since: '2026-05-16',
6868
until: '2026-05-17',
6969
timezone: 'UTC',
70-
cacheFile: '/tmp/cdxusage-cache.json',
70+
cacheFile: path.resolve('/tmp/cdxusage-cache.json'),
7171
},
7272
);
7373
assert.equal(parseArgs(['daily', '--max-cache-bytes', '1048576']).maxCacheBytes, '1048576');

0 commit comments

Comments
 (0)