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

Verified

This commit was signed with the committer’s verified signature.
RobinMalfait Robin Malfait
1 parent f4e39a2 commit ceb581d
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion src/govuk/all.mjs
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ import Checkboxes from './components/checkboxes/checkboxes.mjs'
import Details from './components/details/details.mjs'
import ErrorSummary from './components/error-summary/error-summary.mjs'
import Header from './components/header/header.mjs'
import NotificationBanner from './components/notification-banner/notification-banner.mjs'
import HideThisPage from './components/hide-this-page/hide-this-page.mjs'
import NotificationBanner from './components/notification-banner/notification-banner.mjs'
import Radios from './components/radios/radios.mjs'
import SkipLink from './components/skip-link/skip-link.mjs'
import Tabs from './components/tabs/tabs.mjs'

0 comments on commit ceb581d

Please sign in to comment.