Skip to content

Commit

Permalink
update HRM test to include serverModuleFormat to silence warning and …
Browse files Browse the repository at this point in the history
…allow test to succeed
  • Loading branch information
jacob-ebey committed Apr 24, 2023
1 parent 295cde3 commit 3291fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/hmr-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ let fixture = (options: { port: number; appServerPort: number }) => ({
files: {
"remix.config.js": js`
module.exports = {
serverModuleFormat: "cjs",
tailwind: true,
future: {
unstable_dev: {
Expand Down

0 comments on commit 3291fc8

Please sign in to comment.