Skip to content

Commit

Permalink
Fix prototype kit unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
owenatgov committed Nov 23, 2022
1 parent f4e39a2 commit fb8d91e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ describe('GOV.UK Prototype Kit config', () => {
importFrom: 'govuk/components/header/macro.njk',
macroName: 'govukHeader'
},
{
importFrom: 'govuk/components/hide-this-page/macro.njk',
macroName: 'govukHideThisPage'
},
{
importFrom: 'govuk/components/hint/macro.njk',
macroName: 'govukHint'
Expand Down

0 comments on commit fb8d91e

Please sign in to comment.