nilesmack
Mocking API Endpoint - Testing
Here in the docs (https://nuxt.com/docs/getting-started/testing#registerendpoint), it discusses how to register an endpoint while doing tests.
One of my components calls out to an External API though.
The docs say:
...I don't understand what it's trying to say by "making it empty using the Nuxt Environment Config
$test
". Could anyone clarify what this section is trying to say.1 replies