From 6f0c02bfa0347be89cf1cdff88d75aa327f92760 Mon Sep 17 00:00:00 2001 From: mcjazzyfunky Date: Tue, 30 Mar 2021 14:03:48 +0200 Subject: [PATCH] Fixed typo in tests for ref property support (#184) --- tests/refs.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/refs.test.js b/tests/refs.test.js index 53ec233..a0b7fcd 100644 --- a/tests/refs.test.js +++ b/tests/refs.test.js @@ -89,7 +89,7 @@ export default [ }), ]), t("test behavior of refs", [ - t("ref objects and ref callback should work properly", function* () { + t("ref objects and ref callbacks should work properly", function* () { const container = new JSDOM('
') .window.document.getElementById('root')