Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7d70768
Feat/468292 check answers settings (#732)
jbarnsley10 Mar 12, 2025
46d547b
feat: Update accessibility statement with revised review and audit da…
mokhld Mar 20, 2025
b7cac43
Bump the npm_and_yarn group with 2 updates (#707)
dependabot[bot] Mar 20, 2025
ef4927d
Feature flag GA (#752)
alexluckett Mar 28, 2025
1e1ce05
File upload support empty accept mime type string (#761)
davidjamesstone Apr 3, 2025
7317d12
Allow more than 1 error message for UK Address Field components (#759)
davidjamesstone Apr 4, 2025
454445c
Validate answers of fields that are bound to lists that have conditio…
davidjamesstone Apr 7, 2025
061e27e
Bump @defra/forms-model from 3.0.409 to 3.0.438 (#767)
dependabot[bot] Apr 8, 2025
bad8d76
Fix(bug) 528388: Prevent duplicate error summaries (#770)
mokhld Apr 11, 2025
fcf2176
Fix: Remove aria-describedby attribute based on the presence of an er…
mokhld Apr 14, 2025
b2c9ea0
Feat/526386 render short description (#774)
whitewaterdesign Apr 14, 2025
4199680
Refactor: Update form submission messages for clarity in output forma…
mokhld Apr 14, 2025
71127cf
Error preview page (#769)
jbarnsley10 Apr 15, 2025
09f6644
Enhanced error messages for MultilineTextField and YesNoField (#778)
jbarnsley10 Apr 17, 2025
c6c3956
Fix/526386 add short desc summary (#779)
whitewaterdesign Apr 17, 2025
540fca4
Revert npm audit due to breaking changes (#781)
jbarnsley10 Apr 17, 2025
e292556
Changed yes/no error message (#783)
jbarnsley10 Apr 24, 2025
94ba224
Add app-prose-scope class to the markdown component wrapper element (…
davidjamesstone Apr 24, 2025
c1e799a
Feature 533156: Add /form prefix to routes & enforce strict path vali…
mokhld Apr 28, 2025
8daeefb
Fixup page titles when empty (#786)
davidjamesstone Apr 30, 2025
4d18c85
Merge remote-tracking branch 'runner/main' into runner-sync-up
alexluckett Apr 28, 2025
9c37a26
Merge remote-tracking branch 'runner/main' into runner-sync-up
alexluckett Apr 30, 2025
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: 1 addition & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
resetModules: true,
restoreMocks: true,
clearMocks: true,
silent: true,
silent: false,
testMatch: [
'<rootDir>/src/**/*.test.{cjs,js,mjs,ts}',
'<rootDir>/test/**/*.test.{cjs,js,mjs,ts}',
Expand Down
Loading
Loading