From 31365026933ffae7e820b62551a5c87c0e757a32 Mon Sep 17 00:00:00 2001 From: Craig Beck Date: Fri, 6 Oct 2023 14:13:46 -0700 Subject: [PATCH] Add test-utils/index.js to exports --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d01f3bbc..64d19eb5 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "./AppForServer": "./dist/AppForServer.js", "./lib/components": "./dist/components.js", "./lib/Page": "./dist/Page.js", + "./test-utils": "./test-utils/index.js", "./test-utils/*": "./test-utils/*.js" }, "files": [