Skip to content

Commit

Permalink
fix(remix): ensure component-testing is exported correctly #22091 (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored and jaysoo committed Mar 4, 2024
1 parent 5d15ca7 commit e11ac9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"exports": {
".": "./index.js",
"./plugin": "./plugin.js"
"./plugin": "./plugin.js",
"./plugins/component-testing": "./plugins/component-testing/index.js"
}
}

0 comments on commit e11ac9d

Please sign in to comment.