You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +36,7 @@ nothing leaked, you already know the problem this solves.
36
36
If you'd rather see it run than read about it, jump to
37
37
[examples/api/](examples/api/). It's a real AdonisJS 7 app that
38
38
exercises every feature, and one `npm run test:e2e` brings up the stack
39
-
and runs 111 tests against it.
39
+
and runs 123 tests against it.
40
40
41
41
🔒 **Audited against real production failure modes** — cross-tenant isolation under concurrency, quota atomicity, SSO replay, audit immutability, header-vs-domain hijack, and more. [See what we verified →](https://arcoders.github.io/Adonisjs-lasagna-saas-tenancy/why#hardened-against-the-failures-that-bite-you-in-production)
42
42
@@ -112,7 +112,7 @@ docker compose -f compose.test.yml up -d
112
112
npm run test:e2e
113
113
```
114
114
115
-
The 111-test e2e suite covers provisioning, schema isolation,
115
+
The 123-test e2e suite covers provisioning, schema isolation,
116
116
contextual logging across HTTP + queue, the doctor command, backups +
0 commit comments