docs: explain why test downloads 1.15's natives

This commit is contained in:
HerozDotExe 2025-10-05 22:08:45 +02:00
parent 0e15f75640
commit 8b0c527492

View file

@ -8,6 +8,7 @@ console.log(nativesPath)
await fs.rm(nativesPath, { recursive: true, force: true });
await fs.mkdir(nativesPath, { recursive: true });
// old version because newer versions doesn't have natives
test(
"download natives for 1.15 correctly",
{ timeout: 10000 },