Brandon
Brandon
DDeno
Created by Brandon on 1/23/2025 in #help
Deno test fails(using - superoak)
@toni Thanks for the assistance and response, but I am encountering too many issues when using Deno 1.36(certian libraries not supported).
7 replies
DDeno
Created by Brandon on 1/23/2025 in #help
Deno test fails(using - superoak)
Thanks again for the assistance. I managed to install deno 1.36. Now I have a different issue when I try to run the test(all tests are in the test folder) , it will not allow me to use --allow-import but deno want to use --allow-hrtime and there is still an issue. [terminal output]
$ deno test test/ --allow-net --allow-sys --allow-read --allow-env --allow-hrtime --log-level=debug
DEBUG RS - deno::args::config_file:757 - Config file found at '/home/brandon/Desktop/Purple_Water/deno/deno.json'
DEBUG RS - deno::args::package_json:151 - No package.json file found
error: Unable to parse contents of lockfile: "/home/brandon/Desktop/Purple_Water/deno/deno.lock"
$ deno test test/ --allow-net --allow-sys --allow-read --allow-env --allow-hrtime --log-level=debug
DEBUG RS - deno::args::config_file:757 - Config file found at '/home/brandon/Desktop/Purple_Water/deno/deno.json'
DEBUG RS - deno::args::package_json:151 - No package.json file found
error: Unable to parse contents of lockfile: "/home/brandon/Desktop/Purple_Water/deno/deno.lock"
7 replies
DDeno
Created by Brandon on 1/23/2025 in #help
Deno test fails(using - superoak)
Thanks, I will try it
7 replies