1
0
mirror of synced 2026-01-08 21:02:10 -05:00

reorder imports to be more standard

This commit is contained in:
Sarah Schneider
2022-07-22 12:12:33 -04:00
parent 0a13ca78aa
commit 7dc8d11fed

View File

@@ -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')