From b3d1095c1aae2188de06e95e30a305acb4b68c69 Mon Sep 17 00:00:00 2001 From: ilbertt Date: Thu, 11 Apr 2024 15:36:49 +0200 Subject: [PATCH] chore: update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f9ec7..3fe210c 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,14 @@ bun start:ios See the `expo start` CLI [docs](https://docs.expo.dev/more/expo-cli/#develop) for more information. +## Testing + +Integration tests are available for the IC Rust backend canister. Simply run: + +```bash +./scripts/integration-test.sh +``` + ## How it works This PoC is highly inspired by [this discussion](https://forum.dfinity.org/t/25334/7) on the Internet Computer forum. @@ -182,7 +190,9 @@ The [canister_sig_util](https://github.com/dfinity/internet-identity/tree/releas Fetching the JWKS at runtime is needed because [JWK](https://datatracker.ietf.org/doc/html/rfc7517)s on Auth0 may rotate. Related issue: https://github.com/ilbertt/ic-react-native-jwt-auth/issues/1. -- [ ] tests +- [x] tests (integration) + + Related PR: https://github.com/ilbertt/ic-react-native-jwt-auth/pull/2. ## License