Skip to content

Commit

Permalink
Enable in integration tests that assert the console
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 21, 2023
1 parent 8cb54fc commit 5a696d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration/action-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ test.describe("actions", () => {
future: {
v2_routeConvention: true,
v2_errorBoundary: true,
v2_normalizeFormMethod: true,
},
files: {
"app/routes/urlencoded.jsx": js`
Expand Down
1 change: 1 addition & 0 deletions integration/defer-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ test.describe("non-aborted", () => {
future: {
v2_routeConvention: true,
v2_errorBoundary: true,
v2_normalizeFormMethod: true,
},
files: {
"app/components/counter.tsx": js`
Expand Down
1 change: 1 addition & 0 deletions integration/hmr-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ let fixture = (options: { port: number; appServerPort: number }) => ({
unstable_tailwind: true,
v2_routeConvention: true,
v2_errorBoundary: true,
v2_normalizeFormMethod: true,
},
files: {
"package.json": json({
Expand Down

0 comments on commit 5a696d1

Please sign in to comment.