Skip to content

Commit 15dc675

Browse files
Rename Jest test projects to match GOV.UK Frontend
1 parent 89d24f6 commit 15dc675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ module.exports = {
1616

1717
projects: [
1818
{
19-
displayName: 'JSDom',
19+
displayName: 'JavaScript behaviour tests',
2020
testEnvironment: 'jsdom',
2121
testMatch: ['<rootDir>/tests/integration/jsdom/**/*.test.js']
2222
},
2323
{
24-
displayName: 'Pupppeteer',
24+
displayName: 'JavaScript component tests',
2525
globalSetup: 'jest-environment-puppeteer/setup',
2626
globalTeardown: 'jest-environment-puppeteer/teardown',
2727
testEnvironment: 'jest-environment-puppeteer',

0 commit comments

Comments
 (0)