Skip to content

Commit

Permalink
get test workin
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpatrickpatrick committed Nov 22, 2024
1 parent e7a18a0 commit 0d3bfbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/govuk-frontend/src/govuk/all.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export { Tabs } from './components/tabs/tabs.mjs'
export { initAll, createAll } from './init.mjs'
export { isSupported } from './common/index.mjs'
export { Component } from './component.mjs'
export { GOVUKFrontendComponent } from './govuk-frontend-component.mjs'

/**
* @typedef {import('./init.mjs').Config} Config
Expand Down
1 change: 0 additions & 1 deletion packages/govuk-frontend/src/govuk/all.puppeteer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ describe('GOV.UK Frontend', () => {
'Component',
'ErrorSummary',
'ExitThisPage',
'GOVUKFrontendComponent',
'Header',
'NotificationBanner',
'PasswordInput',
Expand Down

0 comments on commit 0d3bfbb

Please sign in to comment.