This folder contains test data for npm specifiers.
The registry is served by the test server (server in tests/util/server
) at
http://localhost:4260/ via the ./registry
folder.
- Set the
DENO_TEST_UTIL_UPDATE_NPM=1
environment variable - Run the test and it should download the packages.
- Add the custom package to
./registry/@denotest
- Reference
npm:@denotest/<your-package-name>
in the tests.