mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
202e7f06e2
One of the test cases has been rendered redundant so it has been removed. Another test was changed to overwrite a file as it's expected to already exist. |
||
---|---|---|
.. | ||
benches | ||
coverage_models | ||
doc | ||
lib | ||
test_sdks | ||
tests | ||
tools | ||
toxiproxy | ||
.gitignore | ||
apitest.js | ||
example_config.yml | ||
package-lock.json | ||
package.json | ||
README.md |
It takes 3 steps to run the tests :)
- run
npm install
- copy
example_config.yml
and add the correct values - run
node apitest.js --config=your_config_file.yml