Skip to content

Commit

Permalink
docs: improve instructions in test/.env.example and fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Sep 26, 2024
1 parent 5b511e0 commit ff9fcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/.env.example
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ff9fcda

Please sign in to comment.