library · inferred from evidence
fastly: namespaced modules
A category of Fastly Compute@Edge modules that use the fastly: namespace and are only available in the runtime.
- Jest fails with Cannot find module 'fastly:secret-store' for Fastly Compute@Edge app
Use the jest preset ysugimoto/jest-preset-fastly-js-compute in your jest config: it maps fastly: namespaced imports to local mocks so tests can run outside the Compute@Edge runtime. This is the integration Fastly's own maintainer recommends