MyDataCatalogue plugin for the Data Fair catalogs service.
For running tests, you need to provide your Mdc API key via environment variables:
-
Copy the example environment file:
cp .env.example .env
-
Edit
.envand add your actual Mdc API key:UDATA_API_KEY=your-actual-api-key-here
npm testThe tests will use the environment variables from your .env file.