From f8e25eb7488ba75bbc3519af84dd9087a4c1f0c9 Mon Sep 17 00:00:00 2001 From: djlauk Date: Tue, 8 Jun 2021 02:14:25 +0200 Subject: [PATCH] docs: tiny fix to README (#52) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e16339..48c0859 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Both the TypeScript compiler and lit-analyzer are configured to be very strict. ## Testing -This sample modern-web.dev's +This sample uses modern-web.dev's [@web/test-runner](https://www.npmjs.com/package/@web/test-runner) along with Mocha, Chai, and some related helpers for testing. See the [modern-web.dev testing documentation](https://modern-web.dev/docs/test-runner/overview) for