mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
376665d115
* Use a default stack size * 2 in debug for Windows because swc using so much stack size. We should look into this more later though.
515 B
515 B
npm test data
This folder contains test data for npm specifiers.
Registry
The registry is served by the test server (server in test_util) at
http://localhost:4545/npm/registry/ via the ./registry
folder.
Updating with real npm packages
- Set the
DENO_TEST_UTIL_UPDATE_NPM=1
environment variable - Run the test and it should download the packages.
Using a custom npm package
- Add the custom package to
./registry/@denotest
- Reference
npm:@denotest/<your-package-name>
in the tests.