We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e202de7 commit d9fc2e2Copy full SHA for d9fc2e2
test/unit/next-server-compress.unit.test.js
@@ -2,7 +2,7 @@ import zlib from 'zlib'
2
import http from 'http'
3
import request from 'supertest'
4
import crypto from 'crypto'
5
-import Compression from 'next/dist/server/compression'
+import Compression from 'next/next-server/server/compression'
6
7
describe('next-server compression', () => {
8
it('should skip HEAD', () => {
0 commit comments