reorder imports to be more standard
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { fileURLToPath } from 'url'
|
||||
import path from 'path'
|
||||
import { jest } from '@jest/globals'
|
||||
|
||||
import { get } from '../helpers/e2etest.js'
|
||||
import getExceptionRedirects from '../../lib/redirects/exception-redirects.js'
|
||||
import { latest } from '../../lib/enterprise-server-releases.js'
|
||||
|
||||
import path from 'path'
|
||||
import { fileURLToPath } from 'url'
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
||||
|
||||
const EXCEPTIONS_FILE = path.join(__dirname, '../../lib/redirects/static/redirect-exceptions.txt')
|
||||
|
||||
Reference in New Issue
Block a user