From b3b64976395003d59afd212fe98b843d6a0a36fe Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Thu, 1 Feb 2024 16:26:48 -0800 Subject: [PATCH] Add test link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d26c74b..f90d88d 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,8 @@ close. The `test/test.html` file performs several DOM mutations and monitors the events fired on the node and a parent. The test will fall back to testing the -native feature, if `MutationEvent` is supported. +native feature, if `MutationEvent` is supported. You can run tests directly +from this repo, [here](https://mfreed7.github.io/mutation-events-polyfill/test/test.html). ## Improvements / Bugs