Skip to content

Commit f213968

Browse files
committed
Merge branch 'main' into feat/DF-784-accessibility
2 parents 7b6fa42 + ef306cd commit f213968

59 files changed

Lines changed: 35077 additions & 2288 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

jest.config.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ module.exports = {
5151
'@defra/forms-model/.*',
5252
'nanoid', // Supports ESM only
5353
'slug', // Supports ESM only
54-
'@defra/hapi-tracing' // Supports ESM only|
54+
'@defra/hapi-tracing', // Supports ESM only
55+
'geodesy' // Supports ESM only|
5556
].join('|')}/)`
5657
],
5758
testTimeout: 10000,

0 commit comments

Comments
 (0)