Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 6, 2025
1 parent c64fd7f commit 2536b87
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
process.env.TEST_NODE_MIDDLEWARE = '1'

require('./required-server-files.test')
if (process.env.TURBOPACK) {
it('should skip for now', () => {})
} else {
require('./required-server-files.test')
}

0 comments on commit 2536b87

Please # to comment.