From ff9fcda0b56d8fa4192386d77db8eb0e0608a11c Mon Sep 17 00:00:00 2001 From: hyperbola Date: Thu, 26 Sep 2024 23:53:15 +0800 Subject: [PATCH] docs: improve instructions in test/.env.example and fix a typo --- test/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/.env.example b/test/.env.example index 89f57c9..00cb4ee 100644 --- a/test/.env.example +++ b/test/.env.example @@ -1,4 +1,4 @@ -# Copy this file to .env.local and `pnpm test:unit=test` to run unit tests. +# Copy this file to test/.env.local and `pnpm test:unit-test` to run unit tests. TEST_ADDON_GUID=your-addon-guid TEST_JWT_ISSUER=your-jwt-issuer TEST_JWT_SECRET=your-jwt-secret