1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Revert "Speed up warmServer by loading pages (and files) asynchronously (#16752)" (#16835)

This reverts commit 1d5e216404.
This commit is contained in:
Jason Etcovitch
2020-12-09 12:12:07 -05:00
committed by GitHub
parent 4928b9d282
commit a14517115f
10 changed files with 103 additions and 142 deletions

View File

@@ -5,8 +5,6 @@ const { set } = require('lodash')
const nonEnterpriseDefaultVersion = require('../../lib/non-enterprise-default-version')
describe('liquid helper tags', () => {
jest.setTimeout(60 * 1000)
const context = {}
let pageMap
beforeAll(async (done) => {