From 10114644ff22b3ff53648aaee9a69fce6ba13fe4 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Tue, 12 Sep 2023 10:23:08 -0700 Subject: [PATCH] Add comments --- test/src/utils/react-dom-mock.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/utils/react-dom-mock.js b/test/src/utils/react-dom-mock.js index 6176e5b1d..c79381bc9 100644 --- a/test/src/utils/react-dom-mock.js +++ b/test/src/utils/react-dom-mock.js @@ -1,3 +1,4 @@ +// This file is used as a replacement of the react-dom module during node tests import * as React from 'react'; export function createPortal(element, container) {