@opensecret/react 1.4.3 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -363,7 +363,7 @@ bun test --env-file .env.local
363
363
  To test a specific file or test case:
364
364
 
365
365
  ```bash
366
- bun test --test-name-pattern="Developer login and token storage" src/lib/developer.test.ts --env-file .env.local
366
+ bun test --test-name-pattern="Developer login and token storage" src/lib/test/integration/developer.test.ts --env-file .env.local
367
367
  ```
368
368
 
369
369
  Currently this build step requires `npx` because of [a Bun incompatibility with `vite-plugin-dts`](https://github.com/OpenSecretCloud/OpenSecret-SDK/issues/16).