docs: correct example command in generator.js's comments
This commit is contained in:
parent
fc614680c7
commit
4ed0fe74cb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { Browser, BrowserWindow } from "happy-dom";
|
|||
import PQueue from "p-queue";
|
||||
|
||||
// Use "java" tests if you don't want tests to download java by themselves, you will need to provide binaries path :
|
||||
// pnpm run test /path/to/java8/bin/java /path/to/java21/bin/java /path/to/java25/bin/java
|
||||
// npm run testGen /path/to/java8/bin/java /path/to/java21/bin/java /path/to/java25/bin/java
|
||||
|
||||
const importantVersions = [
|
||||
"1.7.10",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue