/** @type {import('jest').Config} */ module.exports = { ...require('../../jest.config'), testEnvironmentOptions: { url: 'http://localhost/', }, globalTeardown: '/test/teardown.ts', };