Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 29, 2022
1 parent 6ceae6c commit 7ee89df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/integration/production/test/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ import { readFileSync } from 'fs'
import http from 'http'
import url from 'url'
import { join } from 'path'
import {
renderViaHTTP,
getBrowserBodyText,
waitFor,
fetchViaHTTP,
} from 'next-test-utils'
import { getBrowserBodyText, waitFor, fetchViaHTTP } from 'next-test-utils'
import { recursiveReadDir } from 'next/dist/lib/recursive-readdir'
import { homedir } from 'os'

Expand Down

0 comments on commit 7ee89df

Please sign in to comment.