Skip to content

Commit

Permalink
fix(remix): ensure component-testing is exported correctly nrwl#22091
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Mar 1, 2024
1 parent 49861e3 commit 8a6654b
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 8a6654b

Please sign in to comment.