Skip to content

Commit 92af00e

Browse files
Move tests to ES module
1 parent ac4a250 commit 92af00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nhsuk-frontend/src/nhsuk/components/notification-banner/notification-banner.puppeteer.test.js renamed to packages/nhsuk-frontend/src/nhsuk/components/notification-banner/notification-banner.puppeteer.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { goToComponent } = require('@nhsuk/frontend-helpers/puppeteer.mjs')
1+
import { goToComponent } from '@nhsuk/frontend-helpers/puppeteer.mjs'
22

33
describe('Notification banner', () => {
44
/** @type {Page} */

0 commit comments

Comments
 (0)