Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export default defineConfig([
'.public/**',
'.server',
'.server/**',
'.worktrees',
'.worktrees/**',
'coverage',
'coverage/**'
]),
Expand Down
6 changes: 5 additions & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ export default {
'nanoid', // Supports ESM only
'slug', // Supports ESM only
'@defra/hapi-tracing', // Supports ESM only|,
'@defra/forms-engine-plugin'
'@defra/forms-engine-plugin',
'proxy-agent', // ESM only from v8
'agent-base', // ESM only (nested in proxy-agent v8)
'https-proxy-agent', // ESM only (nested in proxy-agent v8)
'http-proxy-agent' // ESM only (nested in proxy-agent v8)
].join('|')}/)`
],
testEnvironment: 'node',
Expand Down
Loading
Loading