Migrate tests/ files to src/ (#45840)
This commit is contained in:
@@ -4,7 +4,7 @@ import cheerio from 'cheerio'
|
||||
import { jest, test } from '@jest/globals'
|
||||
|
||||
import { loadPages } from '#src/frame/lib/page-data.js'
|
||||
import { get } from '../../../tests/helpers/e2etest.js'
|
||||
import { get } from '#src/tests/helpers/e2etest.js'
|
||||
|
||||
// Get a list of the autogenerated pages
|
||||
const pageList = await loadPages(undefined, ['en'])
|
||||
|
||||
Reference in New Issue
Block a user