fix(remix): ensure component-testing is exported correctly #22091 (#22095)

This commit is contained in:
Colum Ferry 2024-03-01 13:34:29 +00:00 committed by GitHub
parent 49861e30b7
commit 511eb36fa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,7 @@
}, },
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./plugin": "./plugin.js" "./plugin": "./plugin.js",
"./plugins/component-testing": "./plugins/component-testing/index.js"
} }
} }