docs: explain why test downloads 1.15's natives
This commit is contained in:
parent
0e15f75640
commit
8b0c527492
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue