-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs outdated? #239
Comments
You should definitely have a |
Its not visible in |
Oh, you are right! I don't use TypeScript so I have not found this issue. Care to send a patch to update |
Mh I dont really know how. I will investigate if I do this right. Maybe some other typescript user here? ^^ I tried from: https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html |
Hey,
wanted to try this to test how a API endpoint behaves under load, so I began reading some docs and reading some files.
I found this one puzzling:
https://github.com/alexfernandez/loadtest/blob/main/doc/api.md#start-test-server
but for me
loadtest
does not give such function. I've installed8.0.9
.Then I tried following https://github.com/alexfernandez/loadtest/blob/main/test/body-generator.js however, this used the startServer differently as shown in the docs. Because this test folder sits directly next to the library.
Soo.. what am I to do?
The text was updated successfully, but these errors were encountered: