1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Migrate tests/ files to src/ (#45840)

This commit is contained in:
Kevin Heis
2023-11-13 11:40:33 -08:00
committed by GitHub
parent f86ebbca67
commit c0ddefdfcc
269 changed files with 179 additions and 185 deletions

View File

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