From 9c308911157e550d206a58a47ae932d074da026c Mon Sep 17 00:00:00 2001 From: Knorgias Date: Fri, 17 Dec 2021 11:13:15 +0100 Subject: [PATCH] Link fix in README.md Link fix to https://open-wc.org/docs/testing/testing-package/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7231365..29386a6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ npm i ## Testing -This sample uses Karma, Chai, Mocha, and the open-wc test helpers for testing. See the [open-wc testing documentation](https://open-wc.org/testing/testing.html) for more information. +This sample uses Karma, Chai, Mocha, and the open-wc test helpers for testing. See the [open-wc testing documentation](https://open-wc.org/docs/testing/testing-package/) for more information. Tests can be run with the `test` script: