Skip to content

Commit d9fc2e2

Browse files
committed
fix(next-server): fix import path in test file
1 parent e202de7 commit d9fc2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/next-server-compress.unit.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import zlib from 'zlib'
22
import http from 'http'
33
import request from 'supertest'
44
import crypto from 'crypto'
5-
import Compression from 'next/dist/server/compression'
5+
import Compression from 'next/next-server/server/compression'
66

77
describe('next-server compression', () => {
88
it('should skip HEAD', () => {

0 commit comments

Comments
 (0)