diff options
Diffstat (limited to 'tests.ts')
-rw-r--r-- | tests.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ test(async function tests_fetch() { }); test(async function tests_readFileSync() { - let data = readFileSync("package.json"); + const data = readFileSync("package.json"); if (!data.byteLength) { throw Error( `Expected positive value for data.byteLength ${data.byteLength}` |