Skip to content

Commit 43f815c

Browse files
committed
Change out-of-date example test
1 parent cbe00d0 commit 43f815c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/github-scripts/check-percy-files.unit.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('checkRelevantChanges', () => {
7575
const changedFiles = [
7676
'jest.config.mjs', // Root file
7777
'.github/workflows/test.yml', // GitHub files
78-
'bin/build-release.sh', // bin files
78+
'bin/generate-npm-tag.sh', // bin files
7979
'docs/contributing/testing.md', // doc files
8080
'packages/govuk-frontend/src/govuk/common/index.jsdom.test.mjs', // Test files, even if correct extension and location
8181
'packages/govuk-frontend/src/govuk/components/accordion/README.md', // Wrong extension, right location

0 commit comments

Comments
 (0)